Uses of Class
com.broadleafcommerce.auth.client.web.authentication.session.AbstractOAuthClientAuthenticationStrategyDelegate
-
Packages that use AbstractOAuthClientAuthenticationStrategyDelegate Package Description com.broadleafcommerce.auth.client.web.authentication.session -
-
Uses of AbstractOAuthClientAuthenticationStrategyDelegate in com.broadleafcommerce.auth.client.web.authentication.session
Subclasses of AbstractOAuthClientAuthenticationStrategyDelegate in com.broadleafcommerce.auth.client.web.authentication.session Modifier and Type Class Description class
DefaultOIDCAuthenticationStrategyDelegate
Basic implementation that will try to handle anyOAuth2AuthenticationToken
.class
GithubOAuthClientAuthenticationStrategyDelegate
MapsOAuth2AuthenticationToken
from Github toOAuth2UserDetails
.class
GoogleOAuthClientAuthenticationStrategyDelegate
MapsOAuth2AuthenticationToken
from Google toOAuth2UserDetails
.
-