public class IDPWebBrowserSSOValve
extends org.picketlink.identity.federation.bindings.tomcat.idp.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, picketLinkConfigurationasyncSupported, container, containerLog, info, next, smAFTER_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.
|
authenticateSSL, 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, startPicketLinkbackgroundProcess, event, getContainer, getDomainInternal, getInfo, getNext, getObjectNameKeyProperties, initInternal, isAsyncSupported, setAsyncSupported, setContainer, setNext, toStringdestroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregisterdestroy, fireLifecycleEvent, getState, getStateName, init, setState, setState, start, stopprotected org.apache.catalina.util.LifecycleSupport lifecycle
public void addLifecycleListener(org.apache.catalina.LifecycleListener listener)
addLifecycleListener in interface org.apache.catalina.LifecycleaddLifecycleListener in class org.apache.catalina.util.LifecycleBaselistener - The listener to addpublic org.apache.catalina.LifecycleListener[] findLifecycleListeners()
findLifecycleListeners in interface org.apache.catalina.LifecyclefindLifecycleListeners in class org.apache.catalina.util.LifecycleBasepublic void removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
removeLifecycleListener in interface org.apache.catalina.LifecycleremoveLifecycleListener in class org.apache.catalina.util.LifecycleBaselistener - 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.ValveBaseorg.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.ValveBaseorg.apache.catalina.LifecycleException - if this component detects a fatal error that needs to be reportedprotected String getContextPath()
getContextPath in class org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValveCopyright © 2013. All Rights Reserved.