public class Tomcat7SecurityService extends AbstractSecurityService
AUTH_TYPE| Constructor and Description |
|---|
Tomcat7SecurityService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
authorize(AbstractSecurityContext context) |
void |
configure(Map<String,String> params) |
protected Principal |
getPrincipal(HttpServletRequest httpRequest) |
protected Realm |
getRealm(Request request) |
protected Request |
getRequest(HttpServletRequest request) |
protected Field |
getRequestField() |
protected Session |
getSession(HttpServletRequest httpRequest,
boolean create) |
void |
login(Object credentials,
String charset) |
void |
logout() |
acceptsContext, decodeBase64Credentials, endAuthorization, endLogin, endLogout, handleSecurityException, login, startAuthorization, tryReloginpublic Tomcat7SecurityService()
protected Field getRequestField()
public void login(Object credentials, String charset) throws SecurityServiceException
SecurityServiceExceptionpublic Object authorize(AbstractSecurityContext context) throws Exception
Exceptionpublic void logout() throws SecurityServiceException
SecurityServiceExceptionprotected Principal getPrincipal(HttpServletRequest httpRequest)
protected Session getSession(HttpServletRequest httpRequest, boolean create)
protected Request getRequest(HttpServletRequest request)