com.sun.xml.ws.security
Interface Token

All Known Subinterfaces:
Assertion, DerivedKeyToken, EncryptedKey, SecurityContextToken, SecurityTokenReference, SecurityTokenReference
All Known Implementing Classes:
Assertion, Assertion, Assertion, DerivedKeyTokenHeaderBlock, DerivedKeyTokenImpl, EncryptedKeyToken, GenericToken, SecurityContextToken, SecurityContextToken, SecurityContextToken13, SecurityContextTokenImpl, SecurityContextTokenImpl, SecurityContextTokenImpl, SecurityTokenReference, SecurityTokenReference, SecurityTokenReferenceImpl, UsernameToken, X509SecurityToken

public interface Token

Base Interface for all Tokens Question: Can we adapt all tokens to implement this interface


Method Summary
 Object getTokenValue()
          The token Value
 String getType()
          The type of the Token
 

Method Detail

getType

String getType()
The type of the Token


getTokenValue

Object getTokenValue()
The token Value



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.