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(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
CallbackHandler handler,
Map options)
Deprecated.
|
boolean |
isJSecurityCheck(String uri)
Deprecated.
|
boolean |
isLoginOrErrorPage(String pathInContext)
Deprecated.
|
AuthStatus |
validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
Deprecated.
|
cleanSubject, getSupportedMessageTypes, isMandatory, login, login, secureResponse
public 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(MessagePolicy requestPolicy, MessagePolicy responsePolicy, CallbackHandler handler, Map options) throws AuthException
initialize
in interface ServerAuthModule
initialize
in class BaseAuthModule
AuthException
public AuthStatus validateRequest(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject) throws AuthException
validateRequest
in interface ServerAuth
validateRequest
in class BaseAuthModule
AuthException
public boolean isJSecurityCheck(String uri)
public boolean isLoginOrErrorPage(String pathInContext)
Copyright © 1995-2015 Webtide. All Rights Reserved.