Uses of Class
org.apache.wss4j.dom.bsp.BSPEnforcer

Packages that use BSPEnforcer
org.apache.wss4j.dom.handler   
org.apache.wss4j.dom.message.token   
org.apache.wss4j.dom.str   
 

Uses of BSPEnforcer in org.apache.wss4j.dom.handler
 

Methods in org.apache.wss4j.dom.handler that return BSPEnforcer
 BSPEnforcer RequestData.getBSPEnforcer()
           
 

Uses of BSPEnforcer in org.apache.wss4j.dom.message.token
 

Methods in org.apache.wss4j.dom.message.token with parameters of type BSPEnforcer
 byte[] UsernameToken.getDerivedKey(BSPEnforcer bspEnforcer)
          This method gets a derived key as defined in WSS Username Token Profile.
 

Constructors in org.apache.wss4j.dom.message.token with parameters of type BSPEnforcer
BinarySecurity(Element elem, BSPEnforcer bspEnforcer)
          Constructor.
DerivedKeyToken(Element elem, BSPEnforcer bspEnforcer)
          This will create a DerivedKeyToken object with the given DerivedKeyToken element
KerberosSecurity(Element elem, BSPEnforcer bspEnforcer)
          This constructor creates a new Kerberos token object and initializes it from the data contained in the element.
PKIPathSecurity(Element elem, BSPEnforcer bspEnforcer)
          Constructor.
SecurityTokenReference(Element elem, BSPEnforcer bspEnforcer)
          Constructor.
SignatureConfirmation(Element elem, BSPEnforcer bspEnforcer)
          Constructs a SignatureConfirmation object and parses the wsse11:SignatureConfirmation element to initialize it.
Timestamp(Element timestampElement, BSPEnforcer bspEnforcer)
          Constructs a Timestamp object and parses the wsu:Timestamp element to initialize it.
UsernameToken(Element elem, boolean allowNamespaceQualifiedPasswordTypes, BSPEnforcer bspEnforcer)
          Constructs a UsernameToken object and parses the wsse:UsernameToken element to initialize it.
X509Security(Element elem, BSPEnforcer bspEnforcer)
          This constructor creates a new X509 certificate object and initializes it from the data contained in the element.
 

Uses of BSPEnforcer in org.apache.wss4j.dom.str
 

Methods in org.apache.wss4j.dom.str with parameters of type BSPEnforcer
static void STRParserUtil.checkBinarySecurityBSPCompliance(SecurityTokenReference secRef, BinarySecurity token, BSPEnforcer bspEnforcer)
          Check that the BinarySecurityToken referenced by the SecurityTokenReference argument is BSP compliant.
static void STRParserUtil.checkEncryptedKeyBSPCompliance(SecurityTokenReference secRef, BSPEnforcer bspEnforcer)
          Check that the EncryptedKey referenced by the SecurityTokenReference argument is BSP compliant.
static void STRParserUtil.checkSamlTokenBSPCompliance(SecurityTokenReference secRef, SamlAssertionWrapper samlAssertion, BSPEnforcer bspEnforcer)
          Check that the SAML token referenced by the SecurityTokenReference argument is BSP compliant.
static void STRParserUtil.checkUsernameTokenBSPCompliance(SecurityTokenReference secRef, BSPEnforcer bspEnforcer)
          Check that the Username token referenced by the SecurityTokenReference argument is BSP compliant.
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.