org.eclipse.jetty.security.jaspi
类 SimpleAuthConfig
java.lang.Object
org.eclipse.jetty.security.jaspi.SimpleAuthConfig
- 所有已实现的接口:
- AuthConfig, ServerAuthConfig
public class SimpleAuthConfig
- extends Object
- implements ServerAuthConfig
- 版本:
- $Rev: 4660 $ $Date: 2009-02-25 17:29:53 +0100 (Wed, 25 Feb 2009) $
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTP_SERVLET
public static final String HTTP_SERVLET
- 另请参见:
- 常量字段值
SimpleAuthConfig
public SimpleAuthConfig(String appContext,
ServerAuthContext serverAuthContext)
getAuthContext
public ServerAuthContext getAuthContext(String authContextID,
Subject serviceSubject,
Map properties)
throws AuthException
- 指定者:
- 接口
ServerAuthConfig 中的 getAuthContext
- 抛出:
AuthException
getAppContext
public String getAppContext()
- 指定者:
- 接口
AuthConfig 中的 getAppContext
getAuthContextID
public String getAuthContextID(MessageInfo messageInfo)
throws IllegalArgumentException
- 指定者:
- 接口
AuthConfig 中的 getAuthContextID
- 抛出:
IllegalArgumentException
getMessageLayer
public String getMessageLayer()
- 指定者:
- 接口
AuthConfig 中的 getMessageLayer
isProtected
public boolean isProtected()
- 指定者:
- 接口
AuthConfig 中的 isProtected
refresh
public void refresh()
- 指定者:
- 接口
AuthConfig 中的 refresh
Copyright © 2013. All Rights Reserved.