Apache CXF API

org.apache.cxf.sts.token.provider
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
 void handle(org.apache.wss4j.common.saml.SamlAssertionWrapper assertionWrapper, TokenProviderParameters tokenParameters)
           
 

Method Detail

handle

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

Apache CXF API

Apache CXF