public class IDPWebBrowserSSOValve extends 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, characterEncoding, configProvider, enableAudit, idpConfiguration, picketLinkConfiguration, timer, timerInterval
container, controller, domain, info, mserver, next, oname
AFTER_LOAD_ON_STARTUP_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, AFTER_UNLOAD_EVENT, BEFORE_LOAD_ON_STARTUP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, BEFORE_UNLOAD_EVENT, DESTROY_EVENT, INIT_EVENT, LOAD_ON_STARTUP_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.
|
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, getCharacterEncoding, getConfiguration, getContext, getIdentityURL, getIgnoreIncomingSignatures, getKeyManager, getSignOutgoingMessages, handleSAML11UnsolicitedResponse, initHandlersChain, initIdentityServer, initIDPConfiguration, initKeyManager, initSTSConfiguration, invoke, processSAMLRequestMessage, processSAMLResponseMessage, recycle, sendErrorResponseToSP, setAttributeList, setAuditHelper, setCharacterEncoding, setConfigFile, setConfigProvider, setConfigProvider, setIdentityParticipantStack, setIgnoreAttributesGeneration, setIgnoreIncomingSignatures, setPassUserPrincipalToAttributeManager, setRoleGenerator, setSamlHandlerChainClass, setSignOutgoingMessages, setStrictPostBinding, setTimerInterval, setValidatingAliasToTokenIssuer, startPicketLink
backgroundProcess, createObjectName, event, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toString
protected org.apache.catalina.util.LifecycleSupport lifecycle
public void addLifecycleListener(org.apache.catalina.LifecycleListener listener)
addLifecycleListener
in interface org.apache.catalina.Lifecycle
listener
- The listener to addpublic org.apache.catalina.LifecycleListener[] findLifecycleListeners()
findLifecycleListeners
in interface org.apache.catalina.Lifecycle
public void removeLifecycleListener(org.apache.catalina.LifecycleListener listener)
removeLifecycleListener
in interface org.apache.catalina.Lifecycle
listener
- 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.Lifecycle
org.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.Lifecycle
org.apache.catalina.LifecycleException
- if this component detects a fatal error that needs to be reportedprotected String getContextPath()
getContextPath
in class AbstractIDPValve
Copyright © 2018 JBoss by Red Hat. All rights reserved.