|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.valves.ValveBase
org.jboss.security.valve.SSOTokenManager
public class SSOTokenManager
The SSOTokenManager Tomcat Valve intercepts requests and checks the presence of an SSOToken domain cookie
If the user is logged in (Principal is set) and an SSOToken domain cookie does not exist, it creates one for this user
for the duration of this session. It should also remove the domain cookie if the user is logged out (No prinicipal found)
This valve is to be used for JAAS based authentication mechanism
Constructor Summary | |
---|---|
SSOTokenManager()
|
Method Summary | |
---|---|
java.lang.String |
getAssertingParty()
|
void |
invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response)
|
void |
setAssertingParty(java.lang.String assertingParty)
|
Methods inherited from class org.apache.catalina.valves.ValveBase |
---|
backgroundProcess, createObjectName, getContainer, getContainerName, getController, getDomain, getInfo, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SSOTokenManager()
Method Detail |
---|
public java.lang.String getAssertingParty()
public void setAssertingParty(java.lang.String assertingParty)
assertingParty
- public void invoke(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response) throws java.io.IOException, javax.servlet.ServletException
invoke
in interface org.apache.catalina.Valve
invoke
in class org.apache.catalina.valves.ValveBase
java.io.IOException
javax.servlet.ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |