Uses of Interface
org.forgerock.opendj.server.config.server.HttpAuthorizationMechanismCfg
-
Packages that use HttpAuthorizationMechanismCfg 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.protocols.http.authz Contains factories to build the authorization stage of the HTTP request processing. -
-
Uses of HttpAuthorizationMechanismCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HttpAuthorizationMechanismCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HttpAuthorizationMechanismCfgClient,? extends HttpAuthorizationMechanismCfg>
HttpAuthorizationMechanismCfgClient. definition()
Get the configuration definition associated with this HTTP Authorization Mechanism.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type HttpAuthorizationMechanismCfg Modifier and Type Method Description <C extends HttpAuthorizationMechanismCfgClient>
CRootCfgClient. createHttpAuthorizationMechanism(ManagedObjectDefinition<C,? extends HttpAuthorizationMechanismCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Http Authorization Mechanism. -
Uses of HttpAuthorizationMechanismCfg in org.forgerock.opendj.server.config.meta
-
Uses of HttpAuthorizationMechanismCfg in org.forgerock.opendj.server.config.server
Subinterfaces of HttpAuthorizationMechanismCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
HttpAnonymousAuthorizationMechanismCfg
A server-side interface for querying HTTP Anonymous Authorization Mechanism settings.interface
HttpBasicAuthorizationMechanismCfg
A server-side interface for querying HTTP Basic Authorization Mechanism settings.interface
HttpOauth2AuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 Authorization Mechanism settings.interface
HttpOauth2CtsAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 CTS Authorization Mechanism settings.interface
HttpOauth2FileAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 File Based Authorization Mechanism settings.interface
HttpOauth2OpenamAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 OpenAM Authorization Mechanism settings.interface
HttpOauth2TokenIntrospectionAuthorizationMechanismCfg
A server-side interface for querying HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism settings.Methods in org.forgerock.opendj.server.config.server that return HttpAuthorizationMechanismCfg Modifier and Type Method Description HttpAuthorizationMechanismCfg
RootCfg. getHttpAuthorizationMechanism(String name)
Gets the named Http Authorization Mechanism.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HttpAuthorizationMechanismCfg Modifier and Type Method Description Class<? extends HttpAuthorizationMechanismCfg>
HttpAuthorizationMechanismCfg. configurationClass()
Gets the configuration class associated with this HTTP Authorization Mechanism.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HttpAuthorizationMechanismCfg Modifier and Type Method Description void
HttpAuthorizationMechanismCfg. addChangeListener(ConfigurationChangeListener<HttpAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP Authorization Mechanism is changed.void
RootCfg. addHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg> listener)
Registers to be notified when new Http Authorization Mechanisms are added.void
RootCfg. addHttpAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HttpAuthorizationMechanismCfg> listener)
Registers to be notified when existing Http Authorization Mechanisms are deleted.void
HttpAuthorizationMechanismCfg. removeChangeListener(ConfigurationChangeListener<HttpAuthorizationMechanismCfg> listener)
Deregister an existing HTTP Authorization Mechanism configuration change listener.void
RootCfg. removeHttpAuthorizationMechanismAddListener(ConfigurationAddListener<HttpAuthorizationMechanismCfg> listener)
Deregisters an existing Http Authorization Mechanism configuration add listener.void
RootCfg. removeHttpAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HttpAuthorizationMechanismCfg> listener)
Deregisters an existing Http Authorization Mechanism configuration delete listener. -
Uses of HttpAuthorizationMechanismCfg in org.opends.server.protocols.http.authz
Classes in org.opends.server.protocols.http.authz with type parameters of type HttpAuthorizationMechanismCfg Modifier and Type Class Description class
HttpAuthorizationMechanism<T extends HttpAuthorizationMechanismCfg>
Provides foundation for http authorization mechanisms.Methods in org.opends.server.protocols.http.authz with type parameters of type HttpAuthorizationMechanismCfg Modifier and Type Method Description <C extends HttpAuthorizationMechanismCfg>
HttpAuthorizationMechanism<C>HttpAuthorizationMechanismFactory. newInstance(C config)
Creates a newHttpAuthorizationMechanism
based on the configuration.
-