Modifier and Type | Class and Description |
---|---|
class |
AbstractOAuthClientAuthenticationStrategyDelegate
Abstract
AuthenticationStrategyDelegate for converting OAuth2AuthenticationToken
to OAuth2UserDetails . |
class |
DefaultOIDCAuthenticationStrategyDelegate
Basic implementation that will try to handle any
OAuth2AuthenticationToken . |
class |
GithubOAuthClientAuthenticationStrategyDelegate
Maps
OAuth2AuthenticationToken from Github to OAuth2UserDetails . |
class |
GoogleOAuthClientAuthenticationStrategyDelegate
Maps
OAuth2AuthenticationToken from Google to OAuth2UserDetails . |
Modifier and Type | Method and Description |
---|---|
protected List<AuthenticationStrategyDelegate> |
DefaultSessionAuthenticationStrategy.getAuthenticationStrategyDelegates() |
Constructor and Description |
---|
DefaultSessionAuthenticationStrategy(StatelessUtil statelessUtil,
List<AuthenticationStrategyDelegate> authenticationStrategyDelegates) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationStrategyDelegate<T extends org.springframework.security.core.Authentication>
|
class |
FormLoginAuthenticationStrategyDelegate
|
Copyright © 2021. All rights reserved.