Package com.sun.xml.ws.security
Interface Token
-
- All Known Subinterfaces:
Assertion
,DerivedKeyToken
,EncryptedKey
,SecurityContextToken
,SecurityTokenReference
,SecurityTokenReference
- All Known Implementing Classes:
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getTokenValue()
The token ValueString
getType()
The type of the Token
-