public interface SecurityService
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsContext() |
Object |
authorize(AbstractSecurityContext context) |
void |
configure(Map<String,String> params) |
void |
handleSecurityException(SecurityServiceException e) |
void |
login(Object credentials) |
void |
login(Object credentials,
String charset) |
void |
logout() |
void login(Object credentials) throws SecurityServiceException
SecurityServiceExceptionvoid login(Object credentials, String charset) throws SecurityServiceException
SecurityServiceExceptionObject authorize(AbstractSecurityContext context) throws Exception
Exceptionboolean acceptsContext()
void logout() throws SecurityServiceException
SecurityServiceExceptionvoid handleSecurityException(SecurityServiceException e)