Uses of Class
org.forgerock.opendj.server.config.meta.GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
-
Packages that use GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection 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. -
-
Uses of GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection Modifier and Type Method Description ValueOrExpression<GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection>
GssapiSaslMechanismHandlerCfgClient. getQualityOfProtection()
Gets the "quality-of-protection" property.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection Modifier and Type Method Description void
GssapiSaslMechanismHandlerCfgClient. setQualityOfProtection(ValueOrExpression<GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection> value)
Sets the "quality-of-protection" property. -
Uses of GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection Modifier and Type Method Description static GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection. valueOf(String name)
Returns the enum constant of this type with the specified name.static GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection[]
GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection. 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 GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection Modifier and Type Method Description EnumPropertyDefinition<GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection>
GssapiSaslMechanismHandlerCfgDefn. getQualityOfProtectionPropertyDefinition()
Get the "quality-of-protection" property definition. -
Uses of GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection Modifier and Type Method Description GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection
GssapiSaslMechanismHandlerCfg. getQualityOfProtection()
Gets the "quality-of-protection" property.
-