Uses of Class
com.broadleafcommerce.auth.user.web.autoconfigure.AuthenticationStrategyDelegateProperties.DelegateProperties
Packages that use AuthenticationStrategyDelegateProperties.DelegateProperties
-
Uses of AuthenticationStrategyDelegateProperties.DelegateProperties in com.broadleafcommerce.auth.user.web.autoconfigure
Methods in com.broadleafcommerce.auth.user.web.autoconfigure that return AuthenticationStrategyDelegateProperties.DelegatePropertiesModifier and TypeMethodDescriptionAuthenticationStrategyDelegateProperties.getGithubDelegateProperties()
Retrieve delegate properties forAuthenticationStrategyDelegateProperties.GITHUB_DELEGATE
.AuthenticationStrategyDelegateProperties.getGoogleDelegateProperties()
Retrieve delegate properties forAuthenticationStrategyDelegateProperties.GOOGLE_DELEGATE
.AuthenticationStrategyDelegateProperties.getOIDCDelegateProperties()
Retrieve delegate properties forAuthenticationStrategyDelegateProperties.DEFAULT_OIDC
.Methods in com.broadleafcommerce.auth.user.web.autoconfigure that return types with arguments of type AuthenticationStrategyDelegateProperties.DelegatePropertiesModifier and TypeMethodDescriptionAuthenticationStrategyDelegateProperties.getAuthenticationStrategyDelegate()
Map of the AuthenticationStrategyDelegates that can be configured through propertiesAuthenticationStrategyDelegateProperties.getDelegateProperties
(String key) Retrieve delegate properties for a specified AuthenticationStrategyDelegateMethod parameters in com.broadleafcommerce.auth.user.web.autoconfigure with type arguments of type AuthenticationStrategyDelegateProperties.DelegatePropertiesModifier and TypeMethodDescriptionvoid
AuthenticationStrategyDelegateProperties.setAuthenticationStrategyDelegate
(Map<String, AuthenticationStrategyDelegateProperties.DelegateProperties> authenticationStrategyDelegate) Map of the AuthenticationStrategyDelegates that can be configured through properties