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, wait
authenticate
public boolean isAuthenticated(javax.servlet.http.HttpSession session)
isAuthenticated
in interface SecurityProvider
public boolean logout(javax.servlet.http.HttpSession session)
logout
in interface SecurityProvider