com.sssw.rts.adminapi
Interface AgiAdmGroup
- All Superinterfaces:
- AgiAdmChanges, AgiAdmContainer, AgiAdmContainerBase, AgiAdmElement, AgiAdmElementBase, AgiAdmPropertyBag, Group, Principal
- public interface AgiAdmGroup
- extends AgiAdmContainer, Group
Implemented by objects representing groups.
Groups contain references to users.
Groups have the following properties:
- AgiAdmElement.PROP_QUAL_NAME - fully qualified name of the group;
can be retrieved but not set
- AgiAdmElement.PROP_DESCRIPTION - the description of the group;
can be both set and retrieved.
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmElement |
ACL_KEY,
APPLY_TO_DESC,
APPLY_TO_DESC_SUPPORTED,
DIRECTORY_LIST_SECURITY,
GET_PERMS_AS_ACL,
GET_PERMS_DEFAULT,
PROP_CERTIFICATE,
PROP_DESCRIPTION,
PROP_DOMAIN,
PROP_FULL_NAME,
PROP_IS_LOCKSMITH,
PROP_LDAP_SERVER,
PROP_NAME,
PROP_NISPLUS_SERVER,
PROP_PARENT_URL,
PROP_PASSWORD,
PROP_QUAL_NAME,
PROP_TYPE,
PROP_URL,
REQUIRE_LOGIN,
REQUIRE_LOGIN_SUPPORTED |
SILVERGROUP
public static final String SILVERGROUP
- The SilverGroup type of group.
NTGROUP
public static final String NTGROUP
- The Windows NT type of group.
LDAPGROUP
public static final String LDAPGROUP
- The LDAP type of group.
NISPLUSGROUP
public static final String NISPLUSGROUP
- The NIS+ type of group.
WORLD
public static final String WORLD
- A distinguished identity that every other principal group
belongs to.