public interface AuthenticationStrategyDelegate
DefaultSessionAuthenticationStrategy
to convert Authentication
from
various sources into OAuth2UserDetails
.Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(org.springframework.security.core.Authentication authentication)
Determine if this delegate can map the given Authentication token to an OAuth2UserDetails
|
OAuth2UserDetails |
getOAuth2UserDetails(org.springframework.security.core.Authentication authentication)
Map the Authentication token to an OAuth2UserDetails
|
boolean canHandle(org.springframework.security.core.Authentication authentication)
authentication
- The authentication tokenOAuth2UserDetails getOAuth2UserDetails(org.springframework.security.core.Authentication authentication)
authentication
- The authentication tokenOAuth2UserDetails
for the given authentication
tokenCopyright © 2021. All rights reserved.