public class FormAuthModule extends BaseAuthModule
| Modifier and Type | Field and Description |
|---|---|
static String |
__J_AUTHENTICATED
Deprecated.
|
static String |
__J_PASSWORD
Deprecated.
|
static String |
__J_SECURITY_CHECK
Deprecated.
|
static String |
__J_URI
Deprecated.
|
static String |
__J_USERNAME
Deprecated.
|
static String |
ERROR_PAGE_KEY
Deprecated.
|
static String |
LOGIN_PAGE_KEY
Deprecated.
|
static String |
SSO_SOURCE_KEY
Deprecated.
|
callbackHandler, LOGIN_SERVICE_KEY| Constructor and Description |
|---|
FormAuthModule()
Deprecated.
|
FormAuthModule(CallbackHandler callbackHandler,
CrossContextPsuedoSession<UserInfo> ssoSource,
String loginPage,
String errorPage)
Deprecated.
|
FormAuthModule(CallbackHandler callbackHandler,
String loginPage,
String errorPage)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(javax.security.auth.message.MessagePolicy requestPolicy,
javax.security.auth.message.MessagePolicy responsePolicy,
CallbackHandler handler,
Map options)
Deprecated.
|
boolean |
isJSecurityCheck(String uri)
Deprecated.
|
boolean |
isLoginOrErrorPage(String pathInContext)
Deprecated.
|
javax.security.auth.message.AuthStatus |
validateRequest(javax.security.auth.message.MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
Deprecated.
|
cleanSubject, getSupportedMessageTypes, isMandatory, login, login, secureResponsepublic static final String __J_URI
public static final String __J_AUTHENTICATED
public static final String __J_SECURITY_CHECK
public static final String __J_USERNAME
public static final String __J_PASSWORD
public static final String LOGIN_PAGE_KEY
public static final String ERROR_PAGE_KEY
public static final String SSO_SOURCE_KEY
public FormAuthModule()
public FormAuthModule(CallbackHandler callbackHandler, String loginPage, String errorPage)
public FormAuthModule(CallbackHandler callbackHandler, CrossContextPsuedoSession<UserInfo> ssoSource, String loginPage, String errorPage)
public void initialize(javax.security.auth.message.MessagePolicy requestPolicy, javax.security.auth.message.MessagePolicy responsePolicy, CallbackHandler handler, Map options) throws javax.security.auth.message.AuthException
initialize in interface javax.security.auth.message.module.ServerAuthModuleinitialize in class BaseAuthModulejavax.security.auth.message.AuthExceptionpublic javax.security.auth.message.AuthStatus validateRequest(javax.security.auth.message.MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject) throws javax.security.auth.message.AuthException
validateRequest in interface javax.security.auth.message.ServerAuthvalidateRequest in class BaseAuthModulejavax.security.auth.message.AuthExceptionpublic boolean isJSecurityCheck(String uri)
public boolean isLoginOrErrorPage(String pathInContext)
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.