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) $

字段摘要
static String HTTP_SERVLET
           
 
构造方法摘要
SimpleAuthConfig(String appContext, ServerAuthContext serverAuthContext)
           
 
方法摘要
 String getAppContext()
           
 ServerAuthContext getAuthContext(String authContextID, Subject serviceSubject, Map properties)
           
 String getAuthContextID(MessageInfo messageInfo)
           
 String getMessageLayer()
           
 boolean isProtected()
           
 void refresh()
           
 
从类 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.