public interface Group extends Authorizable
Authorizable
PROPERTY_DESCRIPTION, PROPERTY_EMAIL, PROPERTY_FIRST_NAME, PROPERTY_ID, PROPERTY_IMPERSONATORS, PROPERTY_LAST_NAME, PROPERTY_NAME, PROPERTY_PASSWORD, PROPERTY_PRINCIPAL
Modifier and Type | Method and Description |
---|---|
boolean |
addMember(Authorizable authorizable)
Deprecated.
The implementation is no required to check for circular membership definition.
|
boolean |
isMember(Authorizable authorizable)
Deprecated.
Checks if the given Authorizable is a member of the current Group.
|
java.util.Iterator<Authorizable> |
members()
Deprecated.
Return all Authorizables that are direct members of this Group.
|
boolean |
removeMember(Authorizable authorizable)
Deprecated.
|
getHomePath, getID, getName, getPrincipal, getPrivilege, getPrivileges, getProfile, getProperty, getPropertyNames, grantPrivilege, hasPermission, hasPermissionOn, isUser, memberOf, remove, removeProperty, revokePrivilege, setProperty
boolean isMember(Authorizable authorizable)
authorizable
- in questiontrue
if the given authorizable is member of this group.java.util.Iterator<Authorizable> members()
memberOf-method
contains this Group.boolean addMember(Authorizable authorizable)
authorizable
- to add as a Memberboolean removeMember(Authorizable authorizable)
authorizable
- to removeCopyright © 2010 - 2020 Adobe. All Rights Reserved