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.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
ValueOrExpression<Dn> |
getUserDn()
Gets the "user-dn" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
void |
setUserDn(ValueOrExpression<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
ValueOrExpression<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(ValueOrExpression<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.ValueOrExpression<Dn> getUserDn()
The authorization DN which will be used for performing anonymous operations.
void setUserDn(ValueOrExpression<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-2018 ForgeRock AS.