Uses of Class
com.broadleafcommerce.auth.user.autoconfigure.AuthorizationServerProperties
Package
Description
-
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.autoconfigure
Modifier and TypeMethodDescriptionprotected AuthorizationServerProperties
ContentSecurityPolicyConfigurer.getAuthorizationServerProperties()
protected AuthorizationServerProperties
DispatcherTypeAuthorizationConfigurer.getAuthorizationServerProperties()
Modifier and TypeMethodDescriptionprotected void
SecurityAutoConfiguration.AuthenticationSecurityConfiguration.applyFrameOptionsConfiguration
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, AuthorizationServerProperties authorizationServerProps) protected void
SecurityAutoConfiguration.AuthenticationSecurityConfiguration.applyLogoutRedirectParameter
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, AuthorizationServerProperties authorizationServerProps, org.springframework.security.web.RedirectStrategy oAuth2ClientIdForwardRedirectStrategy) org.springframework.security.web.SecurityFilterChain
SecurityAutoConfiguration.AuthenticationSecurityConfiguration.authenticationSecurityFilterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, List<EarlyAuthenticationSecurityChainCustomizer> earlyAuthenticationSecurityCustomizers, List<LateAuthenticationSecurityChainCustomizer> lateAuthenticationSecurityCustomizers, ContentSecurityPolicyConfigurer contentSecurityPolicyConfigurer, DispatcherTypeAuthorizationConfigurer dispatcherTypeAuthorizationConfigurer, AuthorizationServerProperties authorizationServerProperties, org.springframework.security.web.savedrequest.RequestCache requestCache, AuthenticationLogoutHandler authenticationLogoutHandler, org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, FormLoginAuthenticationFilter formLoginAuthenticationFilter, OAuth2SessionAuthenticationFilter oAuth2SessionAuthenticationFilter, VerifyRedirectCookieFilter verifyRedirectCookieFilter, ClientIdFilter clientIdFilter, DefaultOAuth2ParamFilter oauth2ParamFilter, org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository, org.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest, ?> authenticationDetailsSource, org.springframework.security.web.authentication.AuthenticationSuccessHandler authenticationSuccessHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler authenticationFailureHandler, RevokeRefreshTokenLogoutHandler revokeRefreshTokenLogoutHandler, EmbeddedLoginProperties embeddedLoginProperties, EmbeddedLoginAuthenticationConfigurer embeddedLoginAuthenticationConfigurer, org.springframework.security.web.RedirectStrategy oAuth2ClientIdForwardRedirectStrategy) This security filter chain is intentionally separate and dedicated to registering all authentication related components.ImpersonationConfiguration.defaultImpersonationClaimsEnhancer
(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> roleService, UserRoleAncestryHydrationService roleAncestryHydrationService) ModifierConstructorDescriptionContentSecurityPolicyConfigurer
(AuthorizationServerProperties authorizationServerProperties) DispatcherTypeAuthorizationConfigurer
(AuthorizationServerProperties authorizationServerProperties) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.autoconfigure.support.keys
Modifier and TypeMethodDescriptionprotected AuthorizationServerProperties
DynamicPropertyPrivateKey.getAuthorizationServerProperties()
protected AuthorizationServerProperties
DynamicPropertyPublicKey.getAuthorizationServerProperties()
ModifierConstructorDescriptionDynamicPropertyPrivateKey
(AuthorizationServerProperties authorizationServerProperties) DynamicPropertyPublicKey
(AuthorizationServerProperties authorizationServerProperties) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.service
ModifierConstructorDescriptionDefaultImpersonationClaimsEnhancer
(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.session.token.enhancer
Modifier and TypeMethodDescriptionprotected AuthorizationServerProperties
RegisteredClaimsAccessTokenEnhancer.getSecurityProps()
ModifierConstructorDescriptionRegisteredClaimsAccessTokenEnhancer
(AuthorizationServerProperties securityProps, AuthorizedClientService<AuthorizedClient> authorizedClientService) RegisteredClaimsAccessTokenEnhancer
(AuthorizationServerProperties securityProps, AuthorizedClientService<AuthorizedClient> authorizedClientService, int maxSessionDurationMinutes) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Modifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.registeredClaimsAccessTokenEnhancer
(AuthorizationServerProperties authorizationServerSecurityProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService, org.springframework.core.env.Environment env)