Uses of Interface
org.forgerock.opendj.server.config.client.HTTPBasicAuthorizationMechanismCfgClient
-
Packages that use HTTPBasicAuthorizationMechanismCfgClient 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 HTTPBasicAuthorizationMechanismCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HTTPBasicAuthorizationMechanismCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends HTTPBasicAuthorizationMechanismCfgClient,? extends HTTPBasicAuthorizationMechanismCfg>HTTPBasicAuthorizationMechanismCfgClient. definition()Get the configuration definition associated with this HTTP Basic Authorization Mechanism. -
Uses of HTTPBasicAuthorizationMechanismCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HTTPBasicAuthorizationMechanismCfgClient Modifier and Type Method Description HTTPBasicAuthorizationMechanismCfgClientHTTPBasicAuthorizationMechanismCfgDefn. createClientConfiguration(ManagedObject<? extends HTTPBasicAuthorizationMechanismCfgClient> impl)Creates a client configuration view of the provided managed object.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HTTPBasicAuthorizationMechanismCfgClient Modifier and Type Method Description HTTPBasicAuthorizationMechanismCfgClientHTTPBasicAuthorizationMechanismCfgDefn. createClientConfiguration(ManagedObject<? extends HTTPBasicAuthorizationMechanismCfgClient> impl)Creates a client configuration view of the provided managed object.
-