Uses of Interface
org.forgerock.opendj.server.config.client.HTTPAuthorizationMechanismCfgClient
-
Packages that use HTTPAuthorizationMechanismCfgClient 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. -
-
Uses of HTTPAuthorizationMechanismCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of HTTPAuthorizationMechanismCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interfaceHTTPAnonymousAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Anonymous Authorization Mechanism settings.interfaceHTTPBasicAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Basic Authorization Mechanism settings.interfaceHTTPOauth2AuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 Authorization Mechanism settings.interfaceHTTPOauth2CtsAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 Cts Authorization Mechanism settings.interfaceHTTPOauth2FileAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 File Authorization Mechanism settings.interfaceHTTPOauth2OpenamAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 Openam Authorization Mechanism settings.interfaceHTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClientA client-side interface for reading and modifying HTTP Oauth2 Token Introspection Authorization Mechanism settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type HTTPAuthorizationMechanismCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return HTTPAuthorizationMechanismCfgClient Modifier and Type Method Description HTTPAuthorizationMechanismCfgClientRootCfgClient. getHTTPAuthorizationMechanism(String name)Gets the named HTTP Authorization Mechanism.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HTTPAuthorizationMechanismCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends HTTPAuthorizationMechanismCfgClient,? extends HTTPAuthorizationMechanismCfg>HTTPAuthorizationMechanismCfgClient. definition()Get the configuration definition associated with this HTTP Authorization Mechanism. -
Uses of HTTPAuthorizationMechanismCfgClient in org.forgerock.opendj.server.config.meta
-