public class GlassFishSecurityService extends AbstractSecurityService
AUTH_TYPE| Constructor and Description |
|---|
GlassFishSecurityService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
authorize(AbstractSecurityContext context) |
void |
configure(Map<String,String> params) |
protected Engine |
getEngine() |
protected Principal |
getPrincipal(HttpServletRequest httpRequest) |
protected Realm |
getRealm(HttpServletRequest request) |
protected org.apache.coyote.tomcat5.CoyoteRequest |
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 GlassFishSecurityService()
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 org.apache.coyote.tomcat5.CoyoteRequest getRequest(HttpServletRequest request)
protected Realm getRealm(HttpServletRequest request)