public interface WhoAmIExtendedOperationHandlerCfgClient extends ExtendedOperationHandlerCfgClient
The Who Am I Extended Operation Handler provides the ability for clients to request their authorization identity using the "Who Am I?" extended operation as defined in RFC 4532.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends WhoAmIExtendedOperationHandlerCfgClient,? extends WhoAmIExtendedOperationHandlerCfg> |
definition()
Get the configuration definition associated with this Who Am I Extended Operation Handler.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends WhoAmIExtendedOperationHandlerCfgClient,? extends WhoAmIExtendedOperationHandlerCfg> definition()
definition
in interface ConfigurationClient
definition
in interface ExtendedOperationHandlerCfgClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Who Am I Extended Operation Handler implementation.
getJavaClass
in interface ExtendedOperationHandlerCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Who Am I Extended Operation Handler implementation.
setJavaClass
in interface ExtendedOperationHandlerCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.