org.jboss.portal.identity.sso.opensso
Class OpenSSOAuthenticationValve
java.lang.Object
org.apache.catalina.valves.ValveBase
org.jboss.portal.identity.sso.opensso.OpenSSOAuthenticationValve
- All Implemented Interfaces:
- javax.management.MBeanRegistration, org.apache.catalina.Contained, org.apache.catalina.Valve
public class OpenSSOAuthenticationValve
- extends org.apache.catalina.valves.ValveBase
- Version:
- $Revision: 0.1 $
- Author:
- Boleslaw Dawidowicz
Fields inherited from class org.apache.catalina.valves.ValveBase |
container, controller, debug, domain, info, mserver, oname, sm |
Methods inherited from class org.apache.catalina.valves.ValveBase |
createObjectName, getContainer, getContainerName, getController, getDebug, getDomain, getInfo, getObjectName, getParentName, invoke, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setDebug, setObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEB_REQUEST_KEY
public static final java.lang.String WEB_REQUEST_KEY
- See Also:
- Constant Field Values
OpenSSOAuthenticationValve
public OpenSSOAuthenticationValve()
invoke
public void invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
throws java.io.IOException,
javax.servlet.ServletException
- Throws:
java.io.IOException
javax.servlet.ServletException
getSecuredUrlPatterns
public java.util.Set getSecuredUrlPatterns()
getLoginURL
public java.lang.String getLoginURL()
setLoginURL
public void setLoginURL(java.lang.String loginURL)
getLogoutURL
public java.lang.String getLogoutURL()
setLogoutURL
public void setLogoutURL(java.lang.String logoutURL)
isAppendLoginGoto
public boolean isAppendLoginGoto()
setAppendLoginGoto
public void setAppendLoginGoto(boolean appendLoginGoto)
isAppendLogoutGoto
public boolean isAppendLogoutGoto()
setAppendLogoutGoto
public void setAppendLogoutGoto(boolean appendLogoutGoto)
getLoginParameters
public java.lang.String getLoginParameters()
setLoginParameters
public void setLoginParameters(java.lang.String loginParameters)
getLogoutParameters
public java.lang.String getLogoutParameters()
setLogoutParameters
public void setLogoutParameters(java.lang.String logoutParameters)
getAuthType
public java.lang.String getAuthType()
setAuthType
public void setAuthType(java.lang.String authType)