| Class and Description |
|---|
| EmbeddedLoginAuthenticationFailureHandler |
| EmbeddedLoginAuthenticationFilter
Processes an authentication form submission from an embedded login form.
|
| EmbeddedLoginAuthenticationProvider
An
AuthenticationProvider that retrieves OAuth2UserDetails from a
OAuth2UserDetailsService for use with embedded login. |
| EmbeddedLoginAuthenticationSuccessHandler
Writes a One-Time Passcode to the response on Embedded Login success.
|
| EmbeddedLoginTokenAuthenticationProvider
Authenticates the user for the
TokenEndpoint based on a one-time
passcode parameter. |
| EmbeddedLoginTokenEndpointAuthenticationFilter
Authentication Filter for the
TokenEndpoint when using Embedded
Login. |
| RevokeRefreshTokenLogoutHandler
Revoke refresh token on logout if provided.
|
| Class and Description |
|---|
| EmbeddedLoginAuthenticationToken
An
Authentication implementation that is designed for simple presentation of an OAuth2
clientId, username, and password. |
| EmbeddedLoginTokenEndpointAuthenticationToken
Authentication Token for the
TokenEndpoint when using Embedded
Login. |
| Class and Description |
|---|
| EmbeddedRegistrationNotAllowedException
Indicates that there was an attempt to register a user using embedded registration when the
AuthorizationServer receiving the request did not allow embedded registration. |
Copyright © 2021. All rights reserved.