public class SAML2SignatureGenerationHandler extends AbstractSignatureHandler
SAML2Handler.HANDLER_TYPE
Modifier and Type | Field and Description |
---|---|
static String |
SIGN_ASSERTION_ONLY |
static String |
SIGN_DIGEST |
static String |
SIGN_METHOD |
static String |
SIGN_RESPONSE_AND_ASSERTION |
handlerChainConfig, handlerConfig, logger
ASSERTION_CONSUMER_URL, CLOCK_SKEW_MILIS, DISABLE_AUTHN_STATEMENT, DISABLE_ROLE_PICKING, DISABLE_SENDING_ROLES, ROLE_KEY, USE_MULTI_VALUED_ROLES
Constructor and Description |
---|
SAML2SignatureGenerationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
generateSAMLRequest(SAML2HandlerRequest request,
SAML2HandlerResponse response)
Generate a SAML Request to be sent to the IDP if the handler is invoked at the SP and vice-versa
|
void |
handleRequestType(SAML2HandlerRequest request,
SAML2HandlerResponse response)
Handle a SAML2 RequestAbstractType
|
void |
handleStatusResponseType(SAML2HandlerRequest request,
SAML2HandlerResponse response)
Handle a SAML2 Status Response Type
|
isSupportsSignature
checkDestination, checkDestination, getHttpRequest, getHttpSession, getProviderconfig, getType, initChainConfig, initHandlerConfig, reset
public static final String SIGN_DIGEST
public static final String SIGN_METHOD
public static final String SIGN_ASSERTION_ONLY
public static final String SIGN_RESPONSE_AND_ASSERTION
public void generateSAMLRequest(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2Handler
generateSAMLRequest
in interface SAML2Handler
generateSAMLRequest
in class BaseSAML2Handler
ProcessingException
SAML2Handler.generateSAMLRequest(SAML2HandlerRequest, SAML2HandlerResponse)
public void handleRequestType(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2Handler
ProcessingException
public void handleStatusResponseType(SAML2HandlerRequest request, SAML2HandlerResponse response) throws ProcessingException
SAML2Handler
handleStatusResponseType
in interface SAML2Handler
handleStatusResponseType
in class BaseSAML2Handler
ProcessingException
SAML2Handler#handleStatusResponseType(SAML2HandlerRequest, SAML2HandlerResponse)}
Copyright © 2019 JBoss by Red Hat. All rights reserved.