Uses of Class
cn.herodotus.engine.oauth2.authentication.properties.OAuth2AuthenticationProperties
Packages that use OAuth2AuthenticationProperties
Package
Description
-
Uses of OAuth2AuthenticationProperties in cn.herodotus.engine.oauth2.authentication.configuration
Methods in cn.herodotus.engine.oauth2.authentication.configuration with parameters of type OAuth2AuthenticationPropertiesModifier and TypeMethodDescriptionOAuth2AuthenticationConfiguration.lockedUserDetailsStampManager(OAuth2AuthenticationProperties authenticationProperties) OAuth2AuthenticationConfiguration.oauth2FormLoginConfigurerCustomer(OAuth2AuthenticationProperties authenticationProperties) OAuth2AuthenticationConfiguration.signInFailureLimitedStampManager(OAuth2AuthenticationProperties authenticationProperties) -
Uses of OAuth2AuthenticationProperties in cn.herodotus.engine.oauth2.authentication.configurer
Constructors in cn.herodotus.engine.oauth2.authentication.configurer with parameters of type OAuth2AuthenticationPropertiesModifierConstructorDescriptionOAuth2AuthenticationProviderConfigurer(org.springframework.security.core.session.SessionRegistry sessionRegistry, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, OAuth2AuthenticationProperties authenticationProperties) OAuth2FormLoginSecureConfigurer(org.springframework.security.core.userdetails.UserDetailsService userDetailsService, OAuth2AuthenticationProperties authenticationProperties, CaptchaRendererFactory captchaRendererFactory, HttpCryptoProcessor httpCryptoProcessor) OAuth2FormLoginWebAuthenticationDetailSource(OAuth2AuthenticationProperties authenticationProperties, HttpCryptoProcessor httpCryptoProcessor) -
Uses of OAuth2AuthenticationProperties in cn.herodotus.engine.oauth2.authentication.customizer
Constructors in cn.herodotus.engine.oauth2.authentication.customizer with parameters of type OAuth2AuthenticationPropertiesModifierConstructorDescriptionOAuth2FormLoginConfigurerCustomizer(OAuth2AuthenticationProperties authenticationProperties) -
Uses of OAuth2AuthenticationProperties in cn.herodotus.engine.oauth2.authentication.provider
Constructors in cn.herodotus.engine.oauth2.authentication.provider with parameters of type OAuth2AuthenticationPropertiesModifierConstructorDescriptionAbstractUserDetailsAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, OAuth2AuthenticationProperties authenticationProperties) OAuth2ResourceOwnerPasswordAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> tokenGenerator, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, OAuth2AuthenticationProperties complianceProperties) Constructs anOAuth2ClientCredentialsAuthenticationProviderusing the provided parameters.OAuth2SocialCredentialsAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> tokenGenerator, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, OAuth2AuthenticationProperties complianceProperties) -
Uses of OAuth2AuthenticationProperties in cn.herodotus.engine.oauth2.authentication.stamp
Methods in cn.herodotus.engine.oauth2.authentication.stamp that return OAuth2AuthenticationPropertiesConstructors in cn.herodotus.engine.oauth2.authentication.stamp with parameters of type OAuth2AuthenticationPropertiesModifierConstructorDescriptionLockedUserDetailsStampManager(OAuth2AuthenticationProperties authenticationProperties) SignInFailureLimitedStampManager(OAuth2AuthenticationProperties authenticationProperties)