public abstract class AbstractSecurityProvider extends java.lang.Object implements SecurityProvider
isAuthenticated(HttpSession) and
logout(HttpSession).| Constructor and Description |
|---|
AbstractSecurityProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthenticated(javax.servlet.http.HttpSession session) |
boolean |
logout(javax.servlet.http.HttpSession session) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticatepublic boolean isAuthenticated(javax.servlet.http.HttpSession session)
isAuthenticated in interface SecurityProviderpublic boolean logout(javax.servlet.http.HttpSession session)
logout in interface SecurityProvider