com.sun.identity.wss.security
Interface SecurityTokenSpec

All Known Implementing Classes:
AssertionTokenSpec, KerberosTokenSpec, 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.