|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.security.jaspi.modules.BaseAuthModule
public class BaseAuthModule
| 字段摘要 | |
|---|---|
protected CallbackHandler |
callbackHandler
已过时。 |
protected static String |
LOGIN_SERVICE_KEY
已过时。 |
| 构造方法摘要 | |
|---|---|
BaseAuthModule()
已过时。 |
|
BaseAuthModule(CallbackHandler callbackHandler)
已过时。 |
|
| 方法摘要 | |
|---|---|
void |
cleanSubject(MessageInfo messageInfo,
Subject subject)
已过时。 |
Class[] |
getSupportedMessageTypes()
已过时。 |
void |
initialize(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
CallbackHandler handler,
Map options)
已过时。 |
protected boolean |
isMandatory(MessageInfo messageInfo)
已过时。 |
protected boolean |
login(Subject clientSubject,
String username,
Credential credential,
String authMethod,
MessageInfo messageInfo)
已过时。 |
protected boolean |
login(Subject clientSubject,
String credentials,
String authMethod,
MessageInfo messageInfo)
已过时。 |
AuthStatus |
secureResponse(MessageInfo messageInfo,
Subject serviceSubject)
已过时。 |
AuthStatus |
validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
已过时。 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
protected static final String LOGIN_SERVICE_KEY
protected CallbackHandler callbackHandler
| 构造方法详细信息 |
|---|
public BaseAuthModule()
public BaseAuthModule(CallbackHandler callbackHandler)
| 方法详细信息 |
|---|
public Class[] getSupportedMessageTypes()
ServerAuthModule 中的 getSupportedMessageTypes
public void initialize(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
CallbackHandler handler,
Map options)
throws AuthException
ServerAuthModule 中的 initializeAuthException
public void cleanSubject(MessageInfo messageInfo,
Subject subject)
throws AuthException
ServerAuth 中的 cleanSubjectAuthException
public AuthStatus secureResponse(MessageInfo messageInfo,
Subject serviceSubject)
throws AuthException
ServerAuth 中的 secureResponseAuthException
public AuthStatus validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
throws AuthException
ServerAuth 中的 validateRequestAuthExceptionprotected boolean isMandatory(MessageInfo messageInfo)
messageInfo - message info to examine for mandatory flag
protected boolean login(Subject clientSubject,
String credentials,
String authMethod,
MessageInfo messageInfo)
throws IOException,
UnsupportedCallbackException
IOException
UnsupportedCallbackException
protected boolean login(Subject clientSubject,
String username,
Credential credential,
String authMethod,
MessageInfo messageInfo)
throws IOException,
UnsupportedCallbackException
IOException
UnsupportedCallbackException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||