Uses of Interface
org.forgerock.opendj.server.core.Privilege
-
-
Uses of Privilege in org.forgerock.opendj.server.core
Methods in org.forgerock.opendj.server.core with parameters of type Privilege Modifier and Type Method Description booleanOperation. hasPrivilege(Privilege privilege)Indicates whether the authenticated client has the specified privilege.Method parameters in org.forgerock.opendj.server.core with type arguments of type Privilege Modifier and Type Method Description booleanOperation. hasAllPrivileges(Collection<Privilege> privileges)Indicates whether the authenticate client has all of the specified privileges.
-