org.teiid.adminapi
Interface Group

All Superinterfaces:
AdminObject
All Known Implementing Classes:
MMGroup

public interface Group
extends AdminObject

This interface is used to represent a group of principals.


Field Summary
static java.lang.String DESCRIPTION
          Optional property for a group; group description
 
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
 
Method Summary
 
Methods inherited from interface org.teiid.adminapi.AdminObject
getIdentifier, getName, getProperties, getPropertyValue
 

Field Detail

DESCRIPTION

static final java.lang.String DESCRIPTION
Optional property for a group; group description

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.