com.ibm.wsspi.security.token
Interface KerberosToken

All Superinterfaces:
java.lang.Cloneable, Token

public interface KerberosToken
extends Token

This interface should be implemented by service providers that want provide alternative AuthorizationToken implementations.

Since:
6.1
Version:
6.1

Method Summary
 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

org.ietf.jgss.GSSCredential getGSSCredential()