Interface | Description |
---|---|
LegacyAuthenticationProvider |
An AuthenticationProvider is a mechanism for validating and populating an Authentication.
|
LegacyRequestorCredentials |
RequestorCredentials acts as a marker interface for use in authentication classes.
|
Class | Description |
---|---|
LegacyAuthenticationCookieManagerImpl | |
LegacyAuthenticationHandlerInterceptor |
This intercepter captures incoming HttpServletRequests and runs
them against the AuthenticationManager, looking for Authentication.
|
LegacyAuthenticationManager |
AuthenticationManager iterates through a list of AuthenticationProviders, attempting to validate an Authentication
and populate it with GrantedAuthority.
|
LegacyBaseAuthenticationData |
BaseAuthenticationData contains certain authentication-related data:
The current Partner's credentials
The authentication state: authenticated or not
For an authenticated requester, the principal that was authenticated and their granted authorities
Implementing classes are expected to hold the requestor's credentials such as a user's login name and password,
or a partner's reference identifier.
|
LegacyRequestorCredentialsImpl |