-
Deprecated InterfacesInterfaceDescriptionUse
JakartaAuthenticationFeedbackHandlerinsteadUseJakartaAuthenticationInfoPostProcessorinsteaduseAuthenticationHandlerinsteaduseAuthenticationSupportinstead
-
Deprecated ClassesClassDescriptionsince Bundle 1.0.8;
AuthenticationHandlerimplementations should extendDefaultAuthenticationFeedbackHandlerdirectly and use the utility methods in theAuthUtilclass.UseJakartaAuthenticationFeedbackHandlerinstead
-
Deprecated Exceptions
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionsince Bundle 1.0.8, use
AuthUtil.getAttributeOrParameter(HttpServletRequest, String, String)since Bundle 1.0.8, useAuthUtil.getLoginResource(HttpServletRequest, String)This method has been introduced after Bundle release 1.0.6 but has been replaced withAuthUtil.isRedirectValid(HttpServletRequest, String). Use the latter method.since Bundle 1.0.8, useAuthUtil.isValidateRequest(HttpServletRequest)since Bundle 1.0.8, useAuthUtil.sendInvalid(HttpServletRequest, HttpServletResponse)since Bundle 1.0.8, useAuthUtil.sendRedirect(HttpServletRequest, HttpServletResponse, String, Map)since Bundle 1.0.8, useAuthUtil.sendValid(HttpServletResponse)since Bundle 1.0.8, useAuthUtil.setLoginResourceAttribute(HttpServletRequest, String)
JakartaLoginEventDecoratorinstead