Interface PolicyBuilder

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

public interface PolicyBuilder
This interface is implemeted by all SecurityHeaderElement's that are capable of building XWSS policy from the incoming message.
Author:
K.Venugopal@sun.com
  • Method Summary

    Modifier and Type
    Method
    Description
    returns the WSSPolicy that was created for the SecurityHeaderElement
  • Method Details