public class Seam21SecurityService extends AbstractSecurityService
AUTH_TYPE| Constructor and Description |
|---|
Seam21SecurityService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
authorize(AbstractSecurityContext context) |
void |
configure(Map<String,String> params) |
void |
handleSecurityException(SecurityServiceException e)
Handle a security exception.
|
void |
login(Object credentials,
String charset) |
void |
logout() |
acceptsContext, decodeBase64Credentials, endAuthorization, endLogin, endLogout, login, startAuthorization, tryReloginpublic Seam21SecurityService()
public void login(Object credentials, String charset) throws SecurityServiceException
SecurityServiceExceptionpublic Object authorize(AbstractSecurityContext context) throws Exception
Exceptionpublic void logout() throws SecurityServiceException
SecurityServiceExceptionpublic void handleSecurityException(SecurityServiceException e)
AbstractSecurityServiceAMF3MessageProcessor.processCommandMessage(flex.messaging.messages.CommandMessage)
whenever a SecurityService occurs and does nothing by default.handleSecurityException in interface SecurityServicehandleSecurityException in class AbstractSecurityServicee - the security exception.