Class FormAuthModule
java.lang.Object
org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
org.eclipse.jetty.security.jaspi.modules.FormAuthModule
- All Implemented Interfaces:
javax.security.auth.message.config.ServerAuthContext, javax.security.auth.message.module.ServerAuthModule, javax.security.auth.message.ServerAuth
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.private StringDeprecated.private StringDeprecated.private StringDeprecated.private StringDeprecated.static final StringDeprecated.private static final LoggerDeprecated.static final StringDeprecated.static final StringDeprecated.Fields inherited from class BaseAuthModule
callbackHandler, LOGIN_SERVICE_KEY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.FormAuthModule(CallbackHandler callbackHandler, String loginPage, String errorPage) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(javax.security.auth.message.MessagePolicy requestPolicy, javax.security.auth.message.MessagePolicy responsePolicy, CallbackHandler handler, Map options) Deprecated.booleanisJSecurityCheck(String uri) Deprecated.booleanisLoginOrErrorPage(String pathInContext) Deprecated.private voidsetErrorPage(String path) Deprecated.private voidsetLoginPage(String path) Deprecated.private booleantryLogin(javax.security.auth.message.MessageInfo messageInfo, Subject clientSubject, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpSession session, String username, Password password) Deprecated.javax.security.auth.message.AuthStatusvalidateRequest(javax.security.auth.message.MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject) Deprecated.Methods inherited from class BaseAuthModule
cleanSubject, getSupportedMessageTypes, isMandatory, login, login, secureResponse
-
Field Details
-
LOG
Deprecated. -
__J_URI
-
__J_AUTHENTICATED
-
__J_SECURITY_CHECK
-
__J_USERNAME
-
__J_PASSWORD
-
LOGIN_PAGE_KEY
-
ERROR_PAGE_KEY
-
SSO_SOURCE_KEY
-
_formErrorPage
Deprecated. -
_formErrorPath
Deprecated. -
_formLoginPage
Deprecated. -
_formLoginPath
Deprecated.
-
-
Constructor Details
-
FormAuthModule
public FormAuthModule()Deprecated. -
FormAuthModule
Deprecated.
-
-
Method Details
-
initialize
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 Deprecated.- Specified by:
initializein interfacejavax.security.auth.message.module.ServerAuthModule- Overrides:
initializein classBaseAuthModule- Throws:
javax.security.auth.message.AuthException
-
setLoginPage
Deprecated. -
setErrorPage
Deprecated. -
validateRequest
public javax.security.auth.message.AuthStatus validateRequest(javax.security.auth.message.MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject) throws javax.security.auth.message.AuthException Deprecated.- Specified by:
validateRequestin interfacejavax.security.auth.message.ServerAuth- Overrides:
validateRequestin classBaseAuthModule- Throws:
javax.security.auth.message.AuthException
-
isJSecurityCheck
Deprecated. -
tryLogin
private boolean tryLogin(javax.security.auth.message.MessageInfo messageInfo, Subject clientSubject, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpSession session, String username, Password password) throws javax.security.auth.message.AuthException, IOException, UnsupportedCallbackException Deprecated.- Throws:
javax.security.auth.message.AuthExceptionIOExceptionUnsupportedCallbackException
-
isLoginOrErrorPage
Deprecated.
-