public class IDPWebBrowserSSOValve
extends org.picketlink.identity.federation.bindings.tomcat.idp.AbstractIDPValve
implements org.apache.catalina.Lifecycle
IDPWebRequestUtil| 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, timer, timerInterval| 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.
|
void |
start()
Prepare for the beginning of active use of the public methods of this component.
|
void |
stop()
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, setConfigFile, setConfigProvider, setConfigProvider, setIdentityParticipantStack, setIgnoreAttributesGeneration, setIgnoreIncomingSignatures, setRoleGenerator, setSamlHandlerChainClass, setSignOutgoingMessages, setStrictPostBinding, setTimerInterval, setValidatingAliasToTokenIssuer, startPicketLinkbackgroundProcess, createObjectName, event, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toStringprotected org.apache.catalina.util.LifecycleSupport lifecycle
public void addLifecycleListener(org.apache.catalina.LifecycleListener listener)
addLifecycleListener in interface org.apache.catalina.Lifecyclelistener - The listener to addpublic org.apache.catalina.LifecycleListener[] findLifecycleListeners()
findLifecycleListeners in interface org.apache.catalina.Lifecyclepublic void removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
removeLifecycleListener in interface org.apache.catalina.Lifecyclelistener - The listener to addpublic void start()
throws org.apache.catalina.LifecycleException
configure(), and before any of the public methods of the component are utilized.start in interface org.apache.catalina.Lifecycleorg.apache.catalina.LifecycleException - if this component detects a fatal error that prevents this component from being usedpublic void stop()
throws org.apache.catalina.LifecycleException
stop in interface org.apache.catalina.Lifecycleorg.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.