SilverStream
Application Server 3.5

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:


Field Summary
static String LDAPGROUP
          The LDAP type of group.
static String NISPLUSGROUP
          The NIS+ type of group.
static String NTGROUP
          The Windows NT type of group.
static String SILVERGROUP
          The SilverGroup type of group.
static String WORLD
          A distinguished identity that every other principal group belongs to.
 
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmContainer
GET_CHILDREN_EX, GET_CHILDREN_NTDOMAINS_PRIMARY_ONLY, GET_CHILDREN_NTDOMAINS_TRUSTED_ONLY, GET_CHILDREN_SORTED, GET_CHILDREN_WITH_INFO
 
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
 
Fields inherited from interface com.sssw.rts.adminapi.AgiAdmContainerBase
GET_CHILDREN_DFLT
 
Methods implemented from interface java.security.acl.Group
addMember, isMember, members, removeMember
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElement
getPermissions, getServerURL, getURL, getVariables, isAuthorized, setPermissions
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmContainerBase
addChild, getChild, getChildren
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElementBase
delete, getName, getType
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmPropertyBag
getProperties, getProperty, setProperties, setProperty
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmChanges
cancelChanges, saveChanges
 
Methods implemented from interface java.security.Principal
equals, hashCode, toString
 

Field Detail

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.

SilverStream
Application Server 3.5