public interface HTTPAnonymousAuthorizationMechanismCfgClient extends HTTPAuthorizationMechanismCfgClient
The HTTP Anonymous Authorization Mechanism is used to define static authorization.
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectDefinition<? extends HTTPAnonymousAuthorizationMechanismCfgClient,? extends HTTPAnonymousAuthorizationMechanismCfg> |
definition()
Get the configuration definition associated with this HTTP Anonymous Authorization Mechanism.
|
String |
getJavaClass()
Gets the "java-class" property.
|
org.forgerock.opendj.ldap.DN |
getUserDN()
Gets the "user-dn" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setUserDN(org.forgerock.opendj.ldap.DN value)
Sets the "user-dn" property.
|
isEnabled, setEnabledcommit, propertiesManagedObjectDefinition<? extends HTTPAnonymousAuthorizationMechanismCfgClient,? extends HTTPAnonymousAuthorizationMechanismCfg> definition()
definition in interface ConfigurationClientdefinition in interface HTTPAuthorizationMechanismCfgClientString getJavaClass()
Specifies the fully-qualified name of the Java class that provides the HTTP Anonymous Authorization Mechanism implementation.
getJavaClass in interface HTTPAuthorizationMechanismCfgClientvoid setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the HTTP Anonymous Authorization Mechanism implementation.
setJavaClass in interface HTTPAuthorizationMechanismCfgClientvalue - The value of the "java-class" property.PropertyException - If the new value is invalid.org.forgerock.opendj.ldap.DN getUserDN()
The authorization DN which will be used for performing anonymous operations.
void setUserDN(org.forgerock.opendj.ldap.DN value)
throws PropertyException
The authorization DN which will be used for performing anonymous operations.
value - The value of the "user-dn" property.PropertyException - If the new value is invalid.Copyright © 2017-2020 Wren Security. All Rights Reserved.