public class SimpleAuthConfig extends Object implements ServerAuthConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_SERVLET |
| Constructor and Description |
|---|
SimpleAuthConfig(String appContext,
ServerAuthContext serverAuthContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppContext() |
ServerAuthContext |
getAuthContext(String authContextID,
Subject serviceSubject,
Map properties) |
String |
getAuthContextID(MessageInfo messageInfo) |
String |
getMessageLayer() |
boolean |
isProtected() |
void |
refresh() |
public static final String HTTP_SERVLET
public SimpleAuthConfig(String appContext, ServerAuthContext serverAuthContext)
public ServerAuthContext getAuthContext(String authContextID, Subject serviceSubject, Map properties) throws AuthException
getAuthContext in interface ServerAuthConfigAuthExceptionpublic String getAppContext()
getAppContext in interface AuthConfigpublic String getAuthContextID(MessageInfo messageInfo) throws IllegalArgumentException
getAuthContextID in interface AuthConfigIllegalArgumentExceptionpublic String getMessageLayer()
getMessageLayer in interface AuthConfigpublic boolean isProtected()
isProtected in interface AuthConfigpublic void refresh()
refresh in interface AuthConfigCopyright © 1995-2015 Webtide. All Rights Reserved.