com.ibm.websphere.wssecurity.callbackhandler

Class KRBTokenConsumeCallback

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wssecurity.callbackhandler.KRBTokenConsumeCallback
All implemented interfaces:
javax.security.auth.callback.Callback

  1. public class KRBTokenConsumeCallback
  2. extends java.lang.Object
  3. implements javax.security.auth.callback.Callback
This is a callback class for the Kerberos token in consumer side.
See Also:
KRBToken, KRBConsumeCallbackHandler

Constructor Summary

Constructor and Description
KRBTokenConsumeCallback()

Method Summary

Modifier and Type Method and Description
  1. javax.xml.namespace.QName
getValueType()
This method returns the value type of Kerberos token.
  1. 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

  1. public KRBTokenConsumeCallback( )

Method Detail

getValueType

  1. 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

  1. 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.