Uses of Class
com.broadleafcommerce.auth.user.autoconfigure.AuthorizationServerProperties
-
-
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.autoconfigure
Constructors in com.broadleafcommerce.auth.autoconfigure with parameters of type AuthorizationServerProperties Constructor Description AuthServiceOAuth2CommonAutoConfiguration(AuthorizationServerProperties securityProps) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure that return AuthorizationServerProperties Modifier and Type Method Description protected AuthorizationServerPropertiesContentSecurityPolicyConfigurer. getAuthorizationServerProperties()Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type AuthorizationServerProperties Modifier and Type Method Description ContentSecurityPolicyConfigurerAuthorizationServerWebSecurityConfiguration. contentSecurityPolicyConfigurer(AuthorizationServerProperties authorizationServerProps)ImpersonationClaimsEnhancerImpersonationConfiguration. defaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> roleService, UserRoleAncestryHydrationService roleAncestryHydrationService)Constructors in com.broadleafcommerce.auth.user.autoconfigure with parameters of type AuthorizationServerProperties Constructor Description AuthorizationServerWebSecurityConfiguration(org.springframework.security.web.savedrequest.RequestCache requestCache, AuthorizationServerProperties authorizationServerProps, StatelessUtil statelessUtil, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, AuthenticationLogoutHandler authenticationLogoutHandler, org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository, org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,?> authenticationDetailsSource, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, FormLoginAuthenticationProvider formLoginAuthenticationProvider, OAuth2SessionAuthenticationProvider oAuth2SessionAuthenticationProvider, VerifyRedirectCookieFilter verifyRedirectCookieFilter, ClientIdFilter clientIdFilter, UserLockoutService userLockoutService, EmbeddedLoginProperties embeddedLoginProperties, Optional<EmbeddedLoginAuthenticationProvider> embeddedLoginAuthenticationProvider, Optional<EmbeddedLoginTokenAuthenticationProvider> embeddedLoginTokenAuthenticationProvider, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, PasscodeService<PasswordToken,User> passcodeService, UserService<User> userService)ContentSecurityPolicyConfigurer(AuthorizationServerProperties authorizationServerProperties) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.service
Constructors in com.broadleafcommerce.auth.user.service with parameters of type AuthorizationServerProperties Constructor Description DefaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Methods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type AuthorizationServerProperties Modifier and Type Method Description RegisteredClaimsTokenEnhancerTokenEnhancerAutoConfiguration. oAuth2PropertiesTokenEnhancer(AuthorizationServerProperties securityProps, org.springframework.core.env.Environment env)
-