Interface SamlCustomHandler


  • public interface SamlCustomHandler
    Implementation of this interface updates SAML tokens in any custom way before it will be signed by SAMLTokenProvider. Interface is designed to provide a possibility to change SAML properties not controlled by WSS4J.
    • Method Detail

      • handle

        void handle​(org.apache.wss4j.common.saml.SamlAssertionWrapper assertionWrapper,
                    TokenProviderParameters tokenParameters)