|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
org.picketlink.identity.federation.web.handlers.saml2.AbstractSignatureHandler
public abstract class AbstractSignatureHandler
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 |
---|
public AbstractSignatureHandler()
Method Detail |
---|
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.
request
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |