Uses of Interface
com.broadleafcommerce.auth.user.web.authentication.session.AuthenticationStrategyDelegate
-
-
Uses of AuthenticationStrategyDelegate in com.broadleafcommerce.auth.client.web.authentication.session
Classes in com.broadleafcommerce.auth.client.web.authentication.session that implement AuthenticationStrategyDelegate Modifier and Type Class Description classAbstractOAuthClientAuthenticationStrategyDelegateAbstractAuthenticationStrategyDelegatefor convertingOAuth2AuthenticationTokentoOAuth2UserDetails.classDefaultOIDCAuthenticationStrategyDelegateBasic implementation that will try to handle anyOAuth2AuthenticationToken.classGithubOAuthClientAuthenticationStrategyDelegateMapsOAuth2AuthenticationTokenfrom Github toOAuth2UserDetails.classGoogleOAuthClientAuthenticationStrategyDelegateMapsOAuth2AuthenticationTokenfrom Google toOAuth2UserDetails. -
Uses of AuthenticationStrategyDelegate in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service that return types with arguments of type AuthenticationStrategyDelegate Modifier and Type Method Description protected List<AuthenticationStrategyDelegate>DefaultSessionAuthenticationStrategy. getAuthenticationStrategyDelegates()Constructor parameters in com.broadleafcommerce.auth.user.service with type arguments of type AuthenticationStrategyDelegate Constructor Description DefaultSessionAuthenticationStrategy(StatelessUtil statelessUtil, List<AuthenticationStrategyDelegate> authenticationStrategyDelegates) -
Uses of AuthenticationStrategyDelegate in com.broadleafcommerce.auth.user.web.authentication.session
Classes in com.broadleafcommerce.auth.user.web.authentication.session that implement AuthenticationStrategyDelegate Modifier and Type Class Description classAbstractAuthenticationStrategyDelegate<T extends org.springframework.security.core.Authentication>classFormLoginAuthenticationStrategyDelegate
-