org.picketlink.identity.federation.web.handlers.saml2
Class RolesGenerationHandler
java.lang.Object
org.picketlink.identity.federation.web.handlers.saml2.BaseSAML2Handler
org.picketlink.identity.federation.web.handlers.saml2.RolesGenerationHandler
- All Implemented Interfaces:
- SAML2Handler
public class RolesGenerationHandler
- extends BaseSAML2Handler
Handles the generation of roles on the IDP Side
- Since:
- Oct 7, 2009
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolesGenerationHandler
public RolesGenerationHandler()
initChainConfig
public void initChainConfig(SAML2HandlerChainConfig handlerChainConfig)
throws ConfigurationException
- Description copied from interface:
SAML2Handler
- Initialize the handler
- Specified by:
initChainConfig
in interface SAML2Handler
- Overrides:
initChainConfig
in class BaseSAML2Handler
- Throws:
ConfigurationException
initHandlerConfig
public void initHandlerConfig(SAML2HandlerConfig handlerConfig)
throws ConfigurationException
- Description copied from class:
BaseSAML2Handler
- Initialize the handler
- Specified by:
initHandlerConfig
in interface SAML2Handler
- Overrides:
initHandlerConfig
in class BaseSAML2Handler
- Throws:
ConfigurationException
handleRequestType
public void handleRequestType(SAML2HandlerRequest request,
SAML2HandlerResponse response)
throws ProcessingException
- Description copied from interface:
SAML2Handler
- Handle a SAML2 RequestAbstractType
- Throws:
ProcessingException
- See Also:
SAML2Handler#handleRequestType(SAML2HandlerRequest, SAML2HandlerResponse)}
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.