Package com.sun.xml.ws.security
Interface Token
-
- All Known Subinterfaces:
DerivedKeyToken,EncryptedKey,SecurityContextToken,SecurityTokenReference,SecurityTokenReference
- All Known Implementing Classes:
SecurityTokenReferenceImpl
public interface TokenBase 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 ObjectgetTokenValue()The token ValueStringgetType()The type of the Token
-