org.picketlink.identity.federation.bindings.tomcat.idp
public class IDPWebBrowserSSOValve extends AbstractIDPValve implements org.apache.catalina.Lifecycle
Modifier and Type | Field and Description |
---|---|
protected org.apache.catalina.util.LifecycleSupport |
lifecycle
The lifecycle event support for this component.
|
auditHelper, configProvider, enableAudit, idpConfiguration, picketLinkConfiguration
asyncSupported, container, containerLog, info, next, sm
AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
Constructor and Description |
---|
IDPWebBrowserSSOValve() |
Modifier and Type | Method and Description |
---|---|
void |
addLifecycleListener(org.apache.catalina.LifecycleListener listener)
Add a lifecycle event listener to this component.
|
org.apache.catalina.LifecycleListener[] |
findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
protected String |
getContextPath() |
void |
removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
protected void |
startInternal()
Prepare for the beginning of active use of the public methods of this component.
|
protected void |
stopInternal()
Gracefully terminate the active use of the public methods of this component.
|
cleanUpSessionNote, determineLoginType, getConfiguration, getContext, getIdentityURL, getIgnoreIncomingSignatures, getKeyManager, getSignOutgoingMessages, handleSAML11, initHandlersChain, initIdentityServer, initIDPConfiguration, initKeyManager, initSTSConfiguration, invoke, processSAMLRequestMessage, processSAMLResponseMessage, recycle, sendErrorResponseToSP, setAttributeList, setAuditHelper, setConfigProvider, setConfigProvider, setIdentityParticipantStack, setIgnoreAttributesGeneration, setIgnoreIncomingSignatures, setRoleGenerator, setSamlHandlerChainClass, setSignOutgoingMessages, setStrictPostBinding, setValidatingAliasToTokenIssuer, startPicketLink
backgroundProcess, event, getContainer, getDomainInternal, getInfo, getNext, getObjectNameKeyProperties, initInternal, isAsyncSupported, setAsyncSupported, setContainer, setNext, toString
destroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister
destroy, fireLifecycleEvent, getState, getStateName, init, setState, setState, start, stop
protected org.apache.catalina.util.LifecycleSupport lifecycle
public void addLifecycleListener(org.apache.catalina.LifecycleListener listener)
addLifecycleListener
in interface org.apache.catalina.Lifecycle
addLifecycleListener
in class org.apache.catalina.util.LifecycleBase
listener
- The listener to addpublic org.apache.catalina.LifecycleListener[] findLifecycleListeners()
findLifecycleListeners
in interface org.apache.catalina.Lifecycle
findLifecycleListeners
in class org.apache.catalina.util.LifecycleBase
public void removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
removeLifecycleListener
in interface org.apache.catalina.Lifecycle
removeLifecycleListener
in class org.apache.catalina.util.LifecycleBase
listener
- The listener to addprotected void startInternal() throws org.apache.catalina.LifecycleException
configure()
, and before any of the public methods of the component are utilized.startInternal
in class org.apache.catalina.valves.ValveBase
org.apache.catalina.LifecycleException
- if this component detects a fatal error that prevents this component from being usedprotected void stopInternal() throws org.apache.catalina.LifecycleException
stopInternal
in class org.apache.catalina.valves.ValveBase
org.apache.catalina.LifecycleException
- if this component detects a fatal error that needs to be reportedprotected String getContextPath()
getContextPath
in class AbstractIDPValve
Copyright © 2013 JBoss Inc.. All Rights Reserved.