com.sun.xml.ws.security
Interface Token

All Known Subinterfaces:
DerivedKeyToken, EncryptedKey, SecurityContextToken, SecurityTokenReference, SecurityTokenReference

public interface Token

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


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

Method Detail

getType

java.lang.String getType()
The type of the Token


getTokenValue

java.lang.Object getTokenValue()
The token Value



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