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.
|
DN |
getUserDN()
Gets the "user-dn" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setUserDN(DN value)
Sets the "user-dn" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends HTTPAnonymousAuthorizationMechanismCfgClient,? extends HTTPAnonymousAuthorizationMechanismCfg> definition()
definition
in interface ConfigurationClient
definition
in interface HTTPAuthorizationMechanismCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the HTTP Anonymous Authorization Mechanism implementation.
getJavaClass
in interface HTTPAuthorizationMechanismCfgClient
void 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 HTTPAuthorizationMechanismCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.DN getUserDN()
The authorization DN which will be used for performing anonymous operations.
void setUserDN(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 2010-2017 ForgeRock AS.