IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.wssecurity.callbackhandler
Class KRBTokenConsumeCallback

java.lang.Object
  extended by 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

This is a callback class for the Kerberos token in consumer side.

See Also:
KRBToken, KRBConsumeCallbackHandler

Constructor Summary
KRBTokenConsumeCallback()
           
 
Method Summary
 javax.xml.namespace.QName getValueType()
          This method returns the value type of Kerberos token.
 void 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.

IBM WebSphere Application ServerTM
Release 7