Interface SamlCustomHandler
-
public interface SamlCustomHandlerImplementation 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(org.apache.wss4j.common.saml.SamlAssertionWrapper assertionWrapper, TokenProviderParameters tokenParameters)
-
-
-
Method Detail
-
handle
void handle(org.apache.wss4j.common.saml.SamlAssertionWrapper assertionWrapper, TokenProviderParameters tokenParameters)
-
-