com.ibm.wsspi.security.token

Interface KerberosToken

All Superinterfaces:
java.lang.Cloneable, Token

  1. public interface KerberosToken
  2. extends Token
This interface should be implemented by service providers that want provide alternative AuthorizationToken implementations.
Since:
6.1
Version:
6.1

Method Summary

Modifier and Type Method and Description
  1. org.ietf.jgss.GSSCredential
getGSSCredential()
Methods inherited from interface com.ibm.wsspi.security.token.Token
addAttribute, clone, getAttributeNames, getAttributes, getBytes, getExpiration, getName, getPrincipal, getUniqueID, getVersion, isForwardable, isValid, setReadOnly

Method Detail

getGSSCredential

  1. org.ietf.jgss.GSSCredential getGSSCredential( )