public static enum GlobalCfgDefn.DisabledPrivilege extends Enum<GlobalCfgDefn.DisabledPrivilege>
Specifies the name of a privilege that should not be evaluated by the server.
If a privilege is disabled, then it is assumed that all clients (including unauthenticated clients) have that privilege.
Enum Constant and Description |
---|
BACKEND_BACKUP
Allows the user to request that the server process backup
tasks.
|
BACKEND_RESTORE
Allows the user to request that the server process restore
tasks.
|
BYPASS_ACL
Allows the associated user to bypass access control checks
performed by the server.
|
BYPASS_LOCKDOWN
Allows the associated user to bypass server lockdown mode.
|
CANCEL_REQUEST
Allows the user to cancel operations in progress on other
client connections.
|
CHANGELOG_READ
The privilege that provides the ability to perform read
operations on the changelog
|
CONFIG_READ
Allows the associated user to read the server configuration.
|
CONFIG_WRITE
Allows the associated user to update the server configuration.
|
DATA_SYNC
Allows the user to participate in data synchronization.
|
DISCONNECT_CLIENT
Allows the user to terminate other client connections.
|
JMX_NOTIFY
Allows the associated user to subscribe to receive JMX
notifications.
|
JMX_READ
Allows the associated user to perform JMX read operations.
|
JMX_WRITE
Allows the associated user to perform JMX write operations.
|
LDIF_EXPORT
Allows the user to request that the server process LDIF export
tasks.
|
LDIF_IMPORT
Allows the user to request that the server process LDIF import
tasks.
|
MODIFY_ACL
Allows the associated user to modify the server's access
control configuration.
|
PASSWORD_RESET
Allows the user to reset user passwords.
|
PRIVILEGE_CHANGE
Allows the user to make changes to the set of defined root
privileges, as well as to grant and revoke privileges for users.
|
PROXIED_AUTH
Allows the user to use the proxied authorization control, or to
perform a bind that specifies an alternate authorization
identity.
|
SERVER_LOCKDOWN
Allows the user to place and bring the server of lockdown mode.
|
SERVER_RESTART
Allows the user to request that the server perform an in-core
restart.
|
SERVER_SHUTDOWN
Allows the user to request that the server shut down.
|
SUBENTRY_WRITE
Allows the associated user to perform LDAP subentry write
operations.
|
UNINDEXED_SEARCH
Allows the user to request that the server process a search
that cannot be optimized using server indexes.
|
UPDATE_SCHEMA
Allows the user to make changes to the server schema.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static GlobalCfgDefn.DisabledPrivilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalCfgDefn.DisabledPrivilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalCfgDefn.DisabledPrivilege BACKEND_BACKUP
public static final GlobalCfgDefn.DisabledPrivilege BACKEND_RESTORE
public static final GlobalCfgDefn.DisabledPrivilege BYPASS_ACL
public static final GlobalCfgDefn.DisabledPrivilege BYPASS_LOCKDOWN
public static final GlobalCfgDefn.DisabledPrivilege CANCEL_REQUEST
public static final GlobalCfgDefn.DisabledPrivilege CHANGELOG_READ
public static final GlobalCfgDefn.DisabledPrivilege CONFIG_READ
public static final GlobalCfgDefn.DisabledPrivilege CONFIG_WRITE
public static final GlobalCfgDefn.DisabledPrivilege DATA_SYNC
public static final GlobalCfgDefn.DisabledPrivilege DISCONNECT_CLIENT
public static final GlobalCfgDefn.DisabledPrivilege JMX_NOTIFY
public static final GlobalCfgDefn.DisabledPrivilege JMX_READ
public static final GlobalCfgDefn.DisabledPrivilege JMX_WRITE
public static final GlobalCfgDefn.DisabledPrivilege LDIF_EXPORT
public static final GlobalCfgDefn.DisabledPrivilege LDIF_IMPORT
public static final GlobalCfgDefn.DisabledPrivilege MODIFY_ACL
public static final GlobalCfgDefn.DisabledPrivilege PASSWORD_RESET
public static final GlobalCfgDefn.DisabledPrivilege PRIVILEGE_CHANGE
public static final GlobalCfgDefn.DisabledPrivilege PROXIED_AUTH
public static final GlobalCfgDefn.DisabledPrivilege SERVER_LOCKDOWN
public static final GlobalCfgDefn.DisabledPrivilege SERVER_RESTART
public static final GlobalCfgDefn.DisabledPrivilege SERVER_SHUTDOWN
public static final GlobalCfgDefn.DisabledPrivilege SUBENTRY_WRITE
public static final GlobalCfgDefn.DisabledPrivilege UNINDEXED_SEARCH
public static final GlobalCfgDefn.DisabledPrivilege UPDATE_SCHEMA
public static GlobalCfgDefn.DisabledPrivilege[] values()
for (GlobalCfgDefn.DisabledPrivilege c : GlobalCfgDefn.DisabledPrivilege.values()) System.out.println(c);
public static GlobalCfgDefn.DisabledPrivilege valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<GlobalCfgDefn.DisabledPrivilege>
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.