Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
ValueOrExpression<GlobalCfgDefn.UnauthenticatedRequestsPolicy> |
GlobalCfgClient.getUnauthenticatedRequestsPolicy()
Gets the "unauthenticated-requests-policy" property.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalCfgClient.setUnauthenticatedRequestsPolicy(ValueOrExpression<GlobalCfgDefn.UnauthenticatedRequestsPolicy> value)
Sets the "unauthenticated-requests-policy" property.
|
Modifier and Type | Method and Description |
---|---|
static GlobalCfgDefn.UnauthenticatedRequestsPolicy |
GlobalCfgDefn.UnauthenticatedRequestsPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlobalCfgDefn.UnauthenticatedRequestsPolicy[] |
GlobalCfgDefn.UnauthenticatedRequestsPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumPropertyDefinition<GlobalCfgDefn.UnauthenticatedRequestsPolicy> |
GlobalCfgDefn.getUnauthenticatedRequestsPolicyPropertyDefinition()
Get the "unauthenticated-requests-policy" property definition.
|
Modifier and Type | Method and Description |
---|---|
GlobalCfgDefn.UnauthenticatedRequestsPolicy |
GlobalCfg.getUnauthenticatedRequestsPolicy()
Gets the "unauthenticated-requests-policy" property.
|
Modifier and Type | Method and Description |
---|---|
GlobalCfgDefn.UnauthenticatedRequestsPolicy |
CoreConfigManager.getUnauthenticatedRequestsPolicy()
Indicates how unauthenticated requests should be handled by the server.
|
Copyright 2010-2022 ForgeRock AS.