|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.security.jaas.ConfigIdCallback
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.
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 |
public ConfigIdCallback()
Method Detail |
public void setConfigId(java.lang.String configId)
configId
- a given configId to set to.public java.lang.String getConfigId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |