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 Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.apache.wss4j.common.saml.SamlAssertionWrapper assertionWrapper, TokenProviderParameters tokenParameters)
     
  • Method Details

    • handle

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