com.ibm.websphere.wssecurity.wssapi.token

Interface KRBToken

All Superinterfaces:
BinarySecurityToken, SecurityToken
All known subinterfaces:
KRB5_APREQ1510Token, KRB5_APREQ4120Token, KRB5_APREQToken, KRB5_GSSAPREQ1510Token, KRB5_GSSAPREQ4120Token, KRB5_GSSAPREQToken

  1. public interface KRBToken
  2. extends BinarySecurityToken

Field Summary

Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.BinarySecurityToken
TokenQname
Fields inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken
DECRYPTING_KEY, ENCRYPTING_KEY, REF_EMBEDDED, REF_KEYID, REF_STR, REF_THUMBPRINT, SIGNING_KEY, ValueType, VERIFING_KEY

Method Summary

Modifier and Type Method and Description
  1. byte[]
getAPREQKeyByte()
  1. java.lang.String
getClientPrincipal()
  1. java.util.Date
getServiceTicketExpirationTime()
  1. java.lang.String
getSHA1ofAPREQ()
  1. java.lang.String
getSPNName()
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.BinarySecurityToken
getBinary
Methods inherited from interface com.ibm.websphere.wssecurity.wssapi.token.SecurityToken
getId, getKey, getKeyIdentifier, getKeyIdentifierEncodingType, getKeyIdentifierValueType, getKeyName, getPrincipal, getReferenceURI, getThumbprint, getThumbprintEncodingType, getThumbprintValueType, getTokenQname, getValueType, getXML

Method Detail

getClientPrincipal

  1. java.lang.String getClientPrincipal( )

getSPNName

  1. java.lang.String getSPNName()

getServiceTicketExpirationTime

  1. java.util.Date getServiceTicketExpirationTime( )

getSHA1ofAPREQ

  1. java.lang.String getSHA1ofAPREQ( )

getAPREQKeyByte

  1. byte[] getAPREQKeyByte()