类的使用
cn.herodotus.engine.oauth2.authentication.properties.OAuth2AuthenticationProperties
程序包
说明
-
cn.herodotus.engine.oauth2.authentication.configuration中OAuth2AuthenticationProperties的使用
修饰符和类型方法说明OAuth2AuthenticationConfiguration.auth2FormLoginParameterConfigurer(OAuth2AuthenticationProperties authenticationProperties) OAuth2AuthenticationConfiguration.lockedUserDetailsStampManager(OAuth2AuthenticationProperties authenticationProperties) OAuth2AuthenticationConfiguration.signInFailureLimitedStampManager(OAuth2AuthenticationProperties authenticationProperties) -
cn.herodotus.engine.oauth2.authentication.form中OAuth2AuthenticationProperties的使用
限定符构造器说明OAuth2FormLoginSecureConfigurer(org.springframework.security.core.userdetails.UserDetailsService userDetailsService, OAuth2AuthenticationProperties authenticationProperties, CaptchaRendererFactory captchaRendererFactory) OAuth2FormLoginUrlConfigurer(OAuth2AuthenticationProperties authenticationProperties) OAuth2FormLoginWebAuthenticationDetailSource(OAuth2AuthenticationProperties authenticationProperties) -
cn.herodotus.engine.oauth2.authentication.provider中OAuth2AuthenticationProperties的使用
限定符构造器说明AbstractUserDetailsAuthenticationProvider(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) -
cn.herodotus.engine.oauth2.authentication.stamp中OAuth2AuthenticationProperties的使用
限定符构造器说明LockedUserDetailsStampManager(OAuth2AuthenticationProperties authenticationProperties) SignInFailureLimitedStampManager(OAuth2AuthenticationProperties authenticationProperties)