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