org.opends.server.admin.std.server
Interface WhoAmIExtendedOperationHandlerCfg

All Superinterfaces:
Configuration, ExtendedOperationHandlerCfg

public interface WhoAmIExtendedOperationHandlerCfg
extends ExtendedOperationHandlerCfg

A server-side interface for querying Who Am I Extended Operation Handler settings.

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.


Method Summary
 void addWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg> listener)
          Register to be notified when this Who Am I Extended Operation Handler is changed.
 java.lang.Class<? extends WhoAmIExtendedOperationHandlerCfg> configurationClass()
          Gets the configuration class associated with this Who Am I Extended Operation Handler.
 java.lang.String getJavaClass()
          Gets the "java-class" property.
 void removeWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg> listener)
          Deregister an existing Who Am I Extended Operation Handler configuration change listener.
 
Methods inherited from interface org.opends.server.admin.std.server.ExtendedOperationHandlerCfg
addChangeListener, isEnabled, removeChangeListener
 
Methods inherited from interface org.opends.server.admin.Configuration
dn
 

Method Detail

configurationClass

java.lang.Class<? extends WhoAmIExtendedOperationHandlerCfg> configurationClass()
Gets the configuration class associated with this Who Am I Extended Operation Handler.

Specified by:
configurationClass in interface Configuration
Specified by:
configurationClass in interface ExtendedOperationHandlerCfg
Returns:
Returns the configuration class associated with this Who Am I Extended Operation Handler.

addWhoAmIChangeListener

void addWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg> listener)
Register to be notified when this Who Am I Extended Operation Handler is changed.

Parameters:
listener - The Who Am I Extended Operation Handler configuration change listener.

removeWhoAmIChangeListener

void removeWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg> listener)
Deregister an existing Who Am I Extended Operation Handler configuration change listener.

Parameters:
listener - The Who Am I Extended Operation Handler configuration change listener.

getJavaClass

java.lang.String getJavaClass()
Gets the "java-class" property.

Specifies the fully-qualified name of the Java class that provides the Who Am I Extended Operation Handler implementation.

Specified by:
getJavaClass in interface ExtendedOperationHandlerCfg
Returns:
Returns the value of the "java-class" property.