Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » web » tomcat » tc4 » authenticator » [javadoc | source]
org.jboss.web.tomcat.tc4.authenticator
public final class: NonLoginAuthenticator [javadoc | source]
java.lang.Object
   org.apache.catalina.authenticator.AuthenticatorBase
      org.jboss.web.tomcat.tc4.authenticator.AuthenticatorBase
         org.jboss.web.tomcat.tc4.authenticator.NonLoginAuthenticator
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.

Differs from the standard Tomcat version in that it associates the session of any request with any single sign-on session that may exist.

Fields inherited from org.jboss.web.tomcat.tc4.authenticator.AuthenticatorBase:
info,  ourSSO
Method from org.jboss.web.tomcat.tc4.authenticator.NonLoginAuthenticator Summary:
authenticate,   getInfo
Methods from org.jboss.web.tomcat.tc4.authenticator.AuthenticatorBase:
associate,   reauthenticateFromSSO,   register,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.web.tomcat.tc4.authenticator.NonLoginAuthenticator Detail:
 public boolean authenticate(HttpRequest request,
    HttpResponse response,
    LoginConfig config) throws IOException 
    Authenticate the user making this request, based on the specified login configuration. Return true if any specified constraint has been satisfied, or false if we have created a response challenge already.

    Differs from the standard Tomcat version in that it associates the session of any request with any single sign-on session that may exist.

 public String getInfo() 
    Return descriptive information about this Valve implementation.