org.idoox.security.jaas
Class ConfigIdCallback

java.lang.Object
  extended byorg.idoox.security.jaas.ConfigIdCallback
All Implemented Interfaces:
javax.security.auth.callback.Callback

public class ConfigIdCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback

This class is used to represent configuration id passed only to GSSLoginModule. Custom implementations of LoginModule and CallbackHandler needn't to use this type of callback, it is provided only for backward compatibility.

Component:
Security-Core

Constructor Summary
ConfigIdCallback()
           
 
Method Summary
 java.lang.String getConfigId()
          Returns the config id of this object.
 void setConfigId(java.lang.String configId)
          Sets config id to given String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigIdCallback

public ConfigIdCallback()
Method Detail

setConfigId

public void setConfigId(java.lang.String configId)
Sets config id to given String.

Parameters:
configId - a given configId to set to.

getConfigId

public java.lang.String getConfigId()
Returns the config id of this object.

Returns:
the config id of this object