Uses of Class
org.apache.wss4j.common.bsp.BSPEnforcer
Packages that use BSPEnforcer
Package
Description
-
Uses of BSPEnforcer in org.apache.wss4j.common.token
Constructors in org.apache.wss4j.common.token with parameters of type BSPEnforcerModifierConstructorDescriptionBinarySecurity(Element elem, BSPEnforcer bspEnforcer) Constructor.PKIPathSecurity(Element elem, BSPEnforcer bspEnforcer) Constructor.SecurityTokenReference(Element elem, BSPEnforcer bspEnforcer) Constructor.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.handler
Methods in org.apache.wss4j.dom.handler that return BSPEnforcer -
Uses of BSPEnforcer in org.apache.wss4j.dom.message.token
Methods in org.apache.wss4j.dom.message.token with parameters of type BSPEnforcerModifier and TypeMethodDescriptionbyte[]UsernameToken.getDerivedKey(BSPEnforcer bspEnforcer, String rawPassword) 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 BSPEnforcerModifierConstructorDescriptionDerivedKeyToken(Element elem, BSPEnforcer bspEnforcer) This will create a DerivedKeyToken object with the given DerivedKeyToken elementKerberosSecurity(Element elem, BSPEnforcer bspEnforcer) This constructor creates a new Kerberos token object and initializes it from the data contained in the element.SignatureConfirmation(Element elem, BSPEnforcer bspEnforcer) Constructs aSignatureConfirmationobject and parses thewsse11:SignatureConfirmationelement to initialize it.Timestamp(Element timestampElement, BSPEnforcer bspEnforcer) Constructs aTimestampobject and parses thewsu:Timestampelement to initialize it.UsernameToken(Element elem, boolean allowNamespaceQualifiedPasswordTypes, BSPEnforcer bspEnforcer) Constructs aUsernameTokenobject and parses thewsse:UsernameTokenelement to initialize it. -
Uses of BSPEnforcer in org.apache.wss4j.dom.str
Methods in org.apache.wss4j.dom.str with parameters of type BSPEnforcerModifier and TypeMethodDescriptionstatic voidSTRParserUtil.checkBinarySecurityBSPCompliance(SecurityTokenReference secRef, BinarySecurity token, BSPEnforcer bspEnforcer) Check that the BinarySecurityToken referenced by the SecurityTokenReference argument is BSP compliant.static voidSTRParserUtil.checkEncryptedKeyBSPCompliance(SecurityTokenReference secRef, BSPEnforcer bspEnforcer) Check that the EncryptedKey referenced by the SecurityTokenReference argument is BSP compliant.static voidSTRParserUtil.checkSamlTokenBSPCompliance(SecurityTokenReference secRef, SamlAssertionWrapper samlAssertion, BSPEnforcer bspEnforcer) Check that the SAML token referenced by the SecurityTokenReference argument is BSP compliant.static voidSTRParserUtil.checkUsernameTokenBSPCompliance(SecurityTokenReference secRef, BSPEnforcer bspEnforcer) Check that the Username token referenced by the SecurityTokenReference argument is BSP compliant.