-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionThe
Authentication Filter
API is deprecated and will be removed in a future release. Please use aCustomAuthenticator
, aCustomWebAuthenticator
or a custom login page (depending on the use case) instead.This class, as well as theUserDirectory
, is deprecated and will be removed in a future release. Please useAuthenticationContext.getUserDirectory()
to retrieve aUserDirectory
instance instead.
-
Deprecated MethodsMethodDescriptionThis method is deprecated and will be removed without replacement in a future release.This method is deprecated and will be removed in a future release. Please implement the
CustomAuthenticator.init(CustomAuthenticatorInitContext)
method instead.This method is deprecated and will be removed in a future release. Please useWebAuthenticationContext.getReturnEndpoint()
instead.This method is deprecated and will be removed in a future release. Please implement thePostAuthenticationFilter.init(PostAuthenticationFilterInitContext)
method instead.This method is deprecated and will be removed in a future release. Please use the name-value parameters that can be retrieved fromPostAuthenticationFilterInitContext.getParameters()
instead.This method is deprecated and will be removed in a future release. Please use theUserDirectory
to retrieve principals instead.This method is deprecated and will be removed in a future release. Please useAuthenticationContext.getUserDirectory()
to retrieve aUserDirectory
instance instead.
-
Deprecated ConstructorsConstructorDescriptionThe
Authentication Filter
API is deprecated and will be removed in a future release. Please use aCustomAuthenticator
, aCustomWebAuthenticator
or a custom login page (depending on the use case) instead.
AuthenticationContext.getUserDirectory()
to retrieve aUserDirectory
instance instead.