Interface TokenValidator

All Known Implementing Classes:
KerberosBinarySecurityToken, SAMLAssertion, SignatureConfirmation, TimestampHeader, UsernameTokenHeader, X509BinarySecurityToken

public interface TokenValidator
Interface is implemented by the token classes that are created from incoming messages.
Author:
K.Venugopal@sun.com
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Peforms token validation , eg: In case BinarySecurityToken checks if the token is valid.