| java.lang.Object org.mortbay.jetty.security.FormAuthenticator
FormAuthenticator | public class FormAuthenticator implements Authenticator(Code) | | FORM Authentication Authenticator.
The HTTP Session is used to store the authentication status of the
user, which can be distributed.
If the realm implements SSORealm, SSO is supported.
author: Greg Wilkins (gregw) author: dan@greening.name |
__J_AUTHENTICATED | final public static String __J_AUTHENTICATED(Code) | | |
__J_SECURITY_CHECK | final public static String __J_SECURITY_CHECK(Code) | | |
isLoginOrErrorPage | public boolean isLoginOrErrorPage(String pathInContext)(Code) | | |
|
|