com.sun.identity.wss.security
Interface SecurityTokenSpec

All Known Implementing Classes:
AssertionTokenSpec, SAML2TokenSpec, UserNameTokenSpec, X509TokenSpec

public interface SecurityTokenSpec

A transparent specification of the security token that constitutues a SecurityToken.

This interface contains no methods or constants, the only purpose of this is to group the all the security token specifications. Each security token specification must implement this interface.