org.eclipse.jetty.security.jaspi
Class SimpleAuthConfig

java.lang.Object
  extended by org.eclipse.jetty.security.jaspi.SimpleAuthConfig
All Implemented Interfaces:
AuthConfig, ServerAuthConfig

public class SimpleAuthConfig
extends Object
implements ServerAuthConfig

Version:
$Rev: 4660 $ $Date: 2009-02-25 17:29:53 +0100 (Wed, 25 Feb 2009) $

Field Summary
static String HTTP_SERVLET
           
 
Constructor Summary
SimpleAuthConfig(String appContext, ServerAuthContext serverAuthContext)
           
 
Method Summary
 String getAppContext()
           
 ServerAuthContext getAuthContext(String authContextID, Subject serviceSubject, Map properties)
           
 String getAuthContextID(MessageInfo messageInfo)
           
 String getMessageLayer()
           
 boolean isProtected()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_SERVLET

public static final String HTTP_SERVLET
See Also:
Constant Field Values
Constructor Detail

SimpleAuthConfig

public SimpleAuthConfig(String appContext,
                        ServerAuthContext serverAuthContext)
Method Detail

getAuthContext

public ServerAuthContext getAuthContext(String authContextID,
                                        Subject serviceSubject,
                                        Map properties)
                                 throws AuthException
Specified by:
getAuthContext in interface ServerAuthConfig
Throws:
AuthException

getAppContext

public String getAppContext()
Specified by:
getAppContext in interface AuthConfig

getAuthContextID

public String getAuthContextID(MessageInfo messageInfo)
                        throws IllegalArgumentException
Specified by:
getAuthContextID in interface AuthConfig
Throws:
IllegalArgumentException

getMessageLayer

public String getMessageLayer()
Specified by:
getMessageLayer in interface AuthConfig

isProtected

public boolean isProtected()
Specified by:
isProtected in interface AuthConfig

refresh

public void refresh()
Specified by:
refresh in interface AuthConfig


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.