public class WebLogicSecurityService extends AbstractSecurityService
AUTH_TYPE| Constructor and Description |
|---|
WebLogicSecurityService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
authorize(AbstractSecurityContext context) |
void |
configure(Map<String,String> params) |
void |
login(Object credentials,
String charset) |
void |
logout() |
acceptsContext, decodeBase64Credentials, endAuthorization, endLogin, endLogout, handleSecurityException, login, startAuthorization, tryReloginpublic WebLogicSecurityService()
public void login(Object credentials, String charset) throws SecurityServiceException
SecurityServiceExceptionpublic Object authorize(AbstractSecurityContext context) throws Exception
Exceptionpublic void logout() throws SecurityServiceException
SecurityServiceException