Uses of Class
com.broadleafcommerce.auth.user.autoconfigure.AuthorizationServerProperties
Packages that use AuthorizationServerProperties
Package
Description
-
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure that return AuthorizationServerPropertiesModifier and TypeMethodDescriptionprotected AuthorizationServerPropertiesContentSecurityPolicyConfigurer.getAuthorizationServerProperties()protected AuthorizationServerPropertiesDispatcherTypeAuthorizationConfigurer.getAuthorizationServerProperties()Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type AuthorizationServerPropertiesModifier and TypeMethodDescriptionprotected voidSecurityAutoConfiguration.AuthenticationSecurityConfiguration.applyFrameOptionsConfiguration(org.springframework.security.config.annotation.web.builders.HttpSecurity http, AuthorizationServerProperties authorizationServerProps) protected voidSecurityAutoConfiguration.AuthenticationSecurityConfiguration.applyLogoutRedirectParameter(org.springframework.security.config.annotation.web.builders.HttpSecurity http, AuthorizationServerProperties authorizationServerProps, org.springframework.security.web.RedirectStrategy oAuth2ClientIdForwardRedirectStrategy) org.springframework.security.web.SecurityFilterChainSecurityAutoConfiguration.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, RememberMeLoginProperties rememberMeLoginProperties, RememberMeLoginAuthenticationConfigurer rememberMeLoginAuthenticationConfigurer, 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) Constructors in com.broadleafcommerce.auth.user.autoconfigure with parameters of type AuthorizationServerPropertiesModifierConstructorDescriptionContentSecurityPolicyConfigurer(AuthorizationServerProperties authorizationServerProperties) DispatcherTypeAuthorizationConfigurer(AuthorizationServerProperties authorizationServerProperties) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.autoconfigure.support.keys
Methods in com.broadleafcommerce.auth.user.autoconfigure.support.keys that return AuthorizationServerPropertiesModifier and TypeMethodDescriptionprotected AuthorizationServerPropertiesDynamicPropertyPrivateKey.getAuthorizationServerProperties()protected AuthorizationServerPropertiesDynamicPropertyPublicKey.getAuthorizationServerProperties()Constructors in com.broadleafcommerce.auth.user.autoconfigure.support.keys with parameters of type AuthorizationServerPropertiesModifierConstructorDescriptionDynamicPropertyPrivateKey(AuthorizationServerProperties authorizationServerProperties) DynamicPropertyPublicKey(AuthorizationServerProperties authorizationServerProperties) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.service
Constructors in com.broadleafcommerce.auth.user.service with parameters of type AuthorizationServerPropertiesModifierConstructorDescriptionDefaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of AuthorizationServerProperties in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return AuthorizationServerPropertiesModifier and TypeMethodDescriptionprotected AuthorizationServerPropertiesRegisteredClaimsAccessTokenEnhancer.getSecurityProps()Constructors in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type AuthorizationServerPropertiesModifierConstructorDescriptionRegisteredClaimsAccessTokenEnhancer(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
Methods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type AuthorizationServerPropertiesModifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.registeredClaimsAccessTokenEnhancer(AuthorizationServerProperties authorizationServerSecurityProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService, org.springframework.core.env.Environment env)