Uses of Class
org.forgerock.opendj.server.config.meta.GlobalCfgDefn.UnauthenticatedRequestsPolicy
-
Packages that use GlobalCfgDefn.UnauthenticatedRequestsPolicy 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. -
-
Uses of GlobalCfgDefn.UnauthenticatedRequestsPolicy in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type GlobalCfgDefn.UnauthenticatedRequestsPolicy Modifier and Type Method Description ValueOrExpression<GlobalCfgDefn.UnauthenticatedRequestsPolicy>
GlobalCfgClient. getUnauthenticatedRequestsPolicy()
Gets the "unauthenticated-requests-policy" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type GlobalCfgDefn.UnauthenticatedRequestsPolicy Modifier and Type Method Description void
GlobalCfgClient. setUnauthenticatedRequestsPolicy(ValueOrExpression<GlobalCfgDefn.UnauthenticatedRequestsPolicy> value)
Sets the "unauthenticated-requests-policy" property. -
Uses of GlobalCfgDefn.UnauthenticatedRequestsPolicy in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return GlobalCfgDefn.UnauthenticatedRequestsPolicy Modifier and Type Method 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.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type GlobalCfgDefn.UnauthenticatedRequestsPolicy Modifier and Type Method Description EnumPropertyDefinition<GlobalCfgDefn.UnauthenticatedRequestsPolicy>
GlobalCfgDefn. getUnauthenticatedRequestsPolicyPropertyDefinition()
Get the "unauthenticated-requests-policy" property definition. -
Uses of GlobalCfgDefn.UnauthenticatedRequestsPolicy in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return GlobalCfgDefn.UnauthenticatedRequestsPolicy Modifier and Type Method Description GlobalCfgDefn.UnauthenticatedRequestsPolicy
GlobalCfg. getUnauthenticatedRequestsPolicy()
Gets the "unauthenticated-requests-policy" property. -
Uses of GlobalCfgDefn.UnauthenticatedRequestsPolicy in org.opends.server.core
Methods in org.opends.server.core that return GlobalCfgDefn.UnauthenticatedRequestsPolicy Modifier and Type Method Description GlobalCfgDefn.UnauthenticatedRequestsPolicy
CoreConfigManager. getUnauthenticatedRequestsPolicy()
Indicates how unauthenticated requests should be handled by the server.
-