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 ServerAuthConfig
AuthException
public String getAppContext()
getAppContext
in interface AuthConfig
public String getAuthContextID(MessageInfo messageInfo) throws IllegalArgumentException
getAuthContextID
in interface AuthConfig
IllegalArgumentException
public String getMessageLayer()
getMessageLayer
in interface AuthConfig
public boolean isProtected()
isProtected
in interface AuthConfig
public void refresh()
refresh
in interface AuthConfig
Copyright © 1995-2015 Webtide. All Rights Reserved.