public class SimpleAuthConfig extends Object
| 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
AuthExceptionpublic String getAppContext()
public String getAuthContextID(MessageInfo messageInfo) throws IllegalArgumentException
IllegalArgumentExceptionpublic String getMessageLayer()
public boolean isProtected()
public void refresh()
Copyright © 2013. All rights reserved.