SilverStream
Application Server 3.5

com.sssw.rts.adminapi
Interface AgiAdmUserReference

All Superinterfaces:
AgiAdmChanges, AgiAdmElement, AgiAdmElementBase, AgiAdmPropertyBag

public interface AgiAdmUserReference
extends AgiAdmElement

Implemented by objects that represent references to users within groups.

See Also:
AgiAdmElement, AgiAdmUser, AgiAdmGroup

Field Summary
static String USER_REFERENCE
          The user reference element type
 
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
 
Methods implemented from interface com.sssw.rts.adminapi.AgiAdmElement
getPermissions, getServerURL, getURL, getVariables, isAuthorized, setPermissions
 
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
 

Field Detail

USER_REFERENCE

public static final String USER_REFERENCE
The user reference element type

SilverStream
Application Server 3.5