PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.web.handlers.saml2
Class AbstractSignatureHandler

java.lang.Object
  extended by org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
      extended by org.picketlink.identity.federation.web.handlers.saml2.AbstractSignatureHandler
All Implemented Interfaces:
SAML2Handler
Direct Known Subclasses:
SAML2SignatureGenerationHandler, SAML2SignatureValidationHandler

public abstract class AbstractSignatureHandler
extends BaseSAML2Handler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler
SAML2Handler.HANDLER_TYPE
 
Field Summary
 
Fields inherited from class org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
handlerChainConfig, handlerConfig, handlerType, logger
 
Fields inherited from interface org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler
ASSERTION_CONSUMER_URL, CLOCK_SKEW_MILIS, DISABLE_AUTHN_STATEMENT, DISABLE_ROLE_PICKING, DISABLE_SENDING_ROLES, ROLE_KEY
 
Constructor Summary
AbstractSignatureHandler()
           
 
Method Summary
protected  boolean isSupportsSignature(SAML2HandlerRequest request)
           Indicates if signature support is enabled.
 
Methods inherited from class org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
generateSAMLRequest, getHttpRequest, getHttpSession, getType, handleStatusResponseType, initChainConfig, initHandlerConfig, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.picketlink.identity.federation.core.saml.v2.interfaces.SAML2Handler
handleRequestType
 

Constructor Detail

AbstractSignatureHandler

public AbstractSignatureHandler()
Method Detail

isSupportsSignature

protected boolean isSupportsSignature(SAML2HandlerRequest request)

Indicates if signature support is enabled. If this handler is defined in the configuration file, signatures are enabled by default. But if the GeneralConstants.SUPPORTS_SIGNATURES request option exists consider its value.

Parameters:
request -
Returns:

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.