Package | Description |
---|---|
org.forgerock.opendj.server.core |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RequestContext.hasPrivilege(Privilege privilege)
Returns
true if the authorized user has the specified privilege. |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientConnection.hasAllPrivileges(Privilege[] privileges,
Operation operation)
Indicates whether the authenticate client has all of the specified privileges.
|
static boolean |
ClientConnection.hasPrivilege(Entry authorizationEntry,
Privilege privilege)
Indicate whether the specified authorization entry parameter has the specified privilege.
|
boolean |
ClientConnection.hasPrivilege(Privilege privilege,
Operation operation)
Indicates whether the authenticated client has the specified privilege.
|
Modifier and Type | Method and Description |
---|---|
Set<Privilege> |
CoreConfigManager.getDisabledPrivileges()
Retrieves the set of privileges that have been disabled.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DirectoryServer.isDisabled(Privilege privilege)
Indicates whether the specified privilege is disabled.
|
boolean |
CoreConfigManager.isDisabled(Privilege privilege)
Indicates whether the specified privilege is disabled.
|
Modifier and Type | Method and Description |
---|---|
static Privilege |
Privilege.privilegeForName(String lowerPrivName)
Retrieves the privilege with the specified name.
|
static Privilege |
Privilege.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Privilege[] |
Privilege.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<Privilege> |
Privilege.getDefaultRootPrivileges()
Retrieves the set of privileges that should be automatically granted to root users if the root privilege set is
not specified in the configuration.
|
Copyright 2010-2018 ForgeRock AS.