com.ibm.websphere.wssecurity.callbackhandler
Class KRBTokenConsumeCallback
- java.lang.Object
com.ibm.websphere.wssecurity.callbackhandler.KRBTokenConsumeCallback
All implemented interfaces:
javax.security.auth.callback.Callback
- public class KRBTokenConsumeCallback
- extends java.lang.Object
- implements javax.security.auth.callback.Callback
See Also:
KRBToken
,
KRBConsumeCallbackHandler
Constructor Summary
Constructor and Description |
---|
KRBTokenConsumeCallback()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getValueType()
This method returns the value type of Kerberos token.
|
|
setValueType(javax.xml.namespace.QName qm)
This method sets the value type of the Kerberos token.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
KRBTokenConsumeCallback
- public KRBTokenConsumeCallback( )
Method Detail
getValueType
- public javax.xml.namespace.QName getValueType( )
This method returns the value type of Kerberos token.
The values of the value type are defined in Oasis Kerberos Token
Profile specification.
Returns:
tokenValueType QName - the QName representation of
the Kerberos token value type.
setValueType
- public void setValueType(javax.xml.namespace.QName qm)
This method sets the value type of the Kerberos token.
The values of the value type are defined in Oasis Kerberos Token
Profile specification.
Parameters:
qm
- QName - the QName representation of the Kerberos
token value type.