public interface SecurityService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SecurityService.AuthenticationContext |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsContext() |
java.lang.Object |
authorize(AbstractSecurityContext context) |
void |
configure(java.util.Map<java.lang.String,java.lang.String> params) |
void |
handleSecurityException(SecurityServiceException e) |
java.security.Principal |
login(java.lang.Object credentials) |
java.security.Principal |
login(java.lang.Object credentials,
java.lang.String charset) |
void |
logout() |
void |
prelogin(javax.servlet.http.HttpSession session,
java.lang.Object request,
java.lang.String servletName) |
void configure(java.util.Map<java.lang.String,java.lang.String> params)
void prelogin(javax.servlet.http.HttpSession session,
java.lang.Object request,
java.lang.String servletName)
java.security.Principal login(java.lang.Object credentials)
throws SecurityServiceException
SecurityServiceExceptionjava.security.Principal login(java.lang.Object credentials,
java.lang.String charset)
throws SecurityServiceException
SecurityServiceExceptionjava.lang.Object authorize(AbstractSecurityContext context) throws java.lang.Exception
java.lang.Exceptionboolean acceptsContext()
void logout()
throws SecurityServiceException
SecurityServiceExceptionvoid handleSecurityException(SecurityServiceException e)