索引

A B C D G H I M O P R S T U V 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

A

AbstractAuthenticationProvider - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 抽象的认证Provider
AbstractAuthenticationProvider() - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider
 
AbstractTokenCustomizer - cn.herodotus.engine.oauth2.authentication.customizer中的类
Description: TokenCustomizer 通用处理
AbstractTokenCustomizer() - 类的构造器 cn.herodotus.engine.oauth2.authentication.customizer.AbstractTokenCustomizer
 
AbstractUserDetailsAuthenticationProvider - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 抽象的用户认证Provider
AbstractUserDetailsAuthenticationProvider(OAuth2AuthorizationService, UserDetailsService, OAuth2ComplianceProperties) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
 
ACCESS_TOKEN_REQUEST_ERROR_URI - 类中的静态变量 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
additionalAuthenticationChecks(UserDetails, Map<String, Object>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
 
additionalAuthenticationChecks(UserDetails, Map<String, Object>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationProvider
 
additionalAuthenticationChecks(UserDetails, Map<String, Object>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationProvider
 
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - 类中的方法 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationProvider
 
appendAll(Map<String, Object>, Authentication, Set<String>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.customizer.AbstractTokenCustomizer
 
appendAuthorities(Map<String, Object>, Authentication) - 类中的方法 cn.herodotus.engine.oauth2.authentication.customizer.AbstractTokenCustomizer
 
appendCommons(Map<String, Object>, Authentication, Set<String>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.customizer.AbstractTokenCustomizer
 
apply(OidcUserInfoAuthenticationContext) - 类中的方法 cn.herodotus.engine.oauth2.authentication.oidc.HerodotusOidcUserInfoMapper
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - 类中的方法 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationFilter
 
authenticate(Authentication) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2AuthorizationCodeAuthenticationProvider
 
authenticate(Authentication) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ClientCredentialsAuthenticationProvider
 
authenticate(Authentication) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationProvider
 
authenticate(Authentication) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationProvider
 

B

buildDetails(HttpServletRequest) - 类中的方法 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginWebAuthenticationDetailSource
 

C

checkOptionalParameter(MultiValueMap<String, String>, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
checkOptionalParameter(MultiValueMap<String, String>, String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
checkOptionalParameter(MultiValueMap<String, String>, String, String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
checkParameter(MultiValueMap<String, String>, String, boolean, String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
checkRequiredParameter(MultiValueMap<String, String>, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
checkRequiredParameter(MultiValueMap<String, String>, String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
checkRequiredParameter(MultiValueMap<String, String>, String, String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
cn.herodotus.engine.oauth2.authentication.customizer - 程序包 cn.herodotus.engine.oauth2.authentication.customizer
 
cn.herodotus.engine.oauth2.authentication.form - 程序包 cn.herodotus.engine.oauth2.authentication.form
 
cn.herodotus.engine.oauth2.authentication.oidc - 程序包 cn.herodotus.engine.oauth2.authentication.oidc
 
cn.herodotus.engine.oauth2.authentication.properties - 程序包 cn.herodotus.engine.oauth2.authentication.properties
 
cn.herodotus.engine.oauth2.authentication.provider - 程序包 cn.herodotus.engine.oauth2.authentication.provider
 
cn.herodotus.engine.oauth2.authentication.response - 程序包 cn.herodotus.engine.oauth2.authentication.response
 
cn.herodotus.engine.oauth2.authentication.utils - 程序包 cn.herodotus.engine.oauth2.authentication.utils
 
configure(HttpSecurity) - 类中的方法 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginConfigurer
 
convert(HttpServletRequest) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationConverter
 
convert(HttpServletRequest) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationConverter
 
createOAuth2AccessToken(DefaultOAuth2TokenContext.Builder, OAuth2Authorization.Builder, OAuth2TokenGenerator<? extends OAuth2Token>, String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider
 
createOAuth2AccessTokenAuthenticationToken(Authentication, OAuth2AccessTokenAuthenticationToken) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider
 
createOidcIdToken(DefaultOAuth2TokenContext.Builder, OAuth2Authorization.Builder, OAuth2TokenGenerator<? extends OAuth2Token>, String, Set<String>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider
 
creatOAuth2RefreshToken(DefaultOAuth2TokenContext.Builder, OAuth2Authorization.Builder, OAuth2TokenGenerator<? extends OAuth2Token>, String, OAuth2ClientAuthenticationToken, RegisteredClient) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider
 
customize(JwtEncodingContext) - 类中的方法 cn.herodotus.engine.oauth2.authentication.customizer.HerodotusJwtTokenCustomizer
 
customize(OAuth2TokenClaimsContext) - 类中的方法 cn.herodotus.engine.oauth2.authentication.customizer.HerodotusOpaqueTokenCustomizer
 

D

DefaultOAuth2AuthenticationEventPublisher - cn.herodotus.engine.oauth2.authentication.response中的类
Description: 扩展的 DefaultAuthenticationEventPublisher
DefaultOAuth2AuthenticationEventPublisher(ApplicationEventPublisher) - 类的构造器 cn.herodotus.engine.oauth2.authentication.response.DefaultOAuth2AuthenticationEventPublisher
 

G

getAuthenticatedClientElseThrowInvalidClient(Authentication) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2AuthenticationProviderUtils
 
getAuthorizationConsentService(HttpSecurity) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getAuthorizationServerSettings(HttpSecurity) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getAuthorizationService(HttpSecurity) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getBean(HttpSecurity, Class<T>) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getBean(HttpSecurity, ResolvableType) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getCaptchaParameter() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getCategory() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getCloseCaptcha() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getFailureForwardUrl() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getFailureUrl() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getJwkSource(HttpSecurity) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getLoginPageUrl() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getLoginProcessingUrl() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getOptionalBean(HttpSecurity, Class<T>) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getOptionalBean(HttpSecurity, ResolvableType) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getParameters(HttpServletRequest) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
getParameters(HttpServletRequest, String...) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
getParametersIfMatchesAuthorizationCodeGrantRequest(HttpServletRequest, String...) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
getPasswordEncoder() - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
 
getPasswordParameter() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getRedirectStrategy() - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
 
getRegisteredClientRepository(HttpSecurity) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getRememberMeParameter() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getScopes() - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationToken
 
getScopes() - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationToken
 
getSuccessForwardUrl() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getTokenGenerator(HttpSecurity) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2ConfigurerUtils
 
getUserDetailsService() - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
 
getUsernameParameter() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
getUsernamePasswordAuthentication(Map<String, Object>, String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
 

H

HerodotusAuthenticationFailureHandler - cn.herodotus.engine.oauth2.authentication.response中的类
Description: 认证失败处理器
HerodotusAuthenticationFailureHandler() - 类的构造器 cn.herodotus.engine.oauth2.authentication.response.HerodotusAuthenticationFailureHandler
 
HerodotusAuthenticationSuccessHandler - cn.herodotus.engine.oauth2.authentication.response中的类
Description: 自定义 Security 认证成功处理器
HerodotusAuthenticationSuccessHandler(HttpCryptoProcessor) - 类的构造器 cn.herodotus.engine.oauth2.authentication.response.HerodotusAuthenticationSuccessHandler
 
HerodotusJwtTokenCustomizer - cn.herodotus.engine.oauth2.authentication.customizer中的类
Description: 自定义 TokenCustomizer
HerodotusJwtTokenCustomizer() - 类的构造器 cn.herodotus.engine.oauth2.authentication.customizer.HerodotusJwtTokenCustomizer
 
HerodotusOidcUserInfoMapper - cn.herodotus.engine.oauth2.authentication.oidc中的类
Description: TODO
HerodotusOidcUserInfoMapper() - 类的构造器 cn.herodotus.engine.oauth2.authentication.oidc.HerodotusOidcUserInfoMapper
 
HerodotusOpaqueTokenCustomizer - cn.herodotus.engine.oauth2.authentication.customizer中的类
Description: Opaque Token Customizer
HerodotusOpaqueTokenCustomizer() - 类的构造器 cn.herodotus.engine.oauth2.authentication.customizer.HerodotusOpaqueTokenCustomizer
 

I

idTokenAdditionalParameters(OidcIdToken) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider
 
invalidate(OAuth2Authorization, T) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2AuthenticationProviderUtils
 
isAllowSessionCreation() - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
 
isUseForward() - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
 

M

matchesAuthorizationCodeGrantRequest(HttpServletRequest) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
matchesClientCredentialsGrantRequest(HttpServletRequest) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
matchesPkceTokenRequest(HttpServletRequest) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 

O

OAuth2AuthenticationProviderUtils - cn.herodotus.engine.oauth2.authentication.utils中的类
Description: Utility methods for the OAuth 2.0 AuthenticationProvider's.
OAuth2AuthorizationCodeAuthenticationProvider - cn.herodotus.engine.oauth2.authentication.provider中的类
An AuthenticationProvider implementation for the OAuth 2.0 Authorization Code Grant.
OAuth2AuthorizationCodeAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.OAuth2AuthorizationCodeAuthenticationProvider
Constructs an OAuth2AuthorizationCodeAuthenticationProvider using the provided parameters.
OAuth2ClientCredentialsAuthenticationProvider - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 扩展的 OAuth2ClientCredentialsAuthenticationProvider
OAuth2ClientCredentialsAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>, ClientDetailsService) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ClientCredentialsAuthenticationProvider
Constructs an OAuth2ClientCredentialsAuthenticationProvider using the provided parameters.
OAuth2ConfigurerUtils - cn.herodotus.engine.oauth2.authentication.utils中的类
Description: OAuth 2.0 Configurers 工具方法类
OAuth2EndpointUtils - cn.herodotus.engine.oauth2.authentication.utils中的类
Description: OAuth 2.0 Endpoint 工具方法类
OAuth2FormLoginAuthenticationFailureHandler - cn.herodotus.engine.oauth2.authentication.response中的类
Description : 表单登录失败处理器
OAuth2FormLoginAuthenticationFailureHandler() - 类的构造器 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
 
OAuth2FormLoginAuthenticationFailureHandler(String) - 类的构造器 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
 
OAuth2FormLoginAuthenticationFilter - cn.herodotus.engine.oauth2.authentication.form中的类
Description: OAuth2 表单登录过滤器
OAuth2FormLoginAuthenticationFilter() - 类的构造器 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationFilter
 
OAuth2FormLoginAuthenticationFilter(AuthenticationManager) - 类的构造器 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationFilter
 
OAuth2FormLoginAuthenticationProvider - cn.herodotus.engine.oauth2.authentication.form中的类
Description: OAuth2 (Security) 表单登录 Provider
OAuth2FormLoginAuthenticationProvider(CaptchaRendererFactory) - 类的构造器 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationProvider
 
OAuth2FormLoginAuthenticationToken - cn.herodotus.engine.oauth2.authentication.form中的类
Description: OAuth2 (Security) 表单登录 Token
OAuth2FormLoginAuthenticationToken(Object, Object) - 类的构造器 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationToken
 
OAuth2FormLoginAuthenticationToken(Object, Object, Collection<? extends GrantedAuthority>) - 类的构造器 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationToken
 
OAuth2FormLoginConfigurer - cn.herodotus.engine.oauth2.authentication.form中的类
Description: OAuth2 Form Login Configurer
OAuth2FormLoginConfigurer(UserDetailsService, OAuth2UiProperties, CaptchaRendererFactory) - 类的构造器 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginConfigurer
 
OAuth2FormLoginWebAuthenticationDetailSource - cn.herodotus.engine.oauth2.authentication.form中的类
Description: 表单登录 Details 定义
OAuth2FormLoginWebAuthenticationDetailSource(OAuth2UiProperties) - 类的构造器 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginWebAuthenticationDetailSource
 
OAuth2ResourceOwnerPasswordAuthenticationConverter - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 自定义密码模式认证转换器
OAuth2ResourceOwnerPasswordAuthenticationConverter(HttpCryptoProcessor) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationConverter
 
OAuth2ResourceOwnerPasswordAuthenticationProvider - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 自定义 OAuth2 密码模式认证 Provider
OAuth2ResourceOwnerPasswordAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>, UserDetailsService, OAuth2ComplianceProperties) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationProvider
Constructs an OAuth2ClientCredentialsAuthenticationProvider using the provided parameters.
OAuth2ResourceOwnerPasswordAuthenticationToken - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 自定义密码模式认证Token
OAuth2ResourceOwnerPasswordAuthenticationToken(Authentication, Set<String>, Map<String, Object>) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationToken
 
OAuth2SocialCredentialsAuthenticationConverter - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 社交认证 Converter
OAuth2SocialCredentialsAuthenticationConverter(HttpCryptoProcessor) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationConverter
 
OAuth2SocialCredentialsAuthenticationProvider - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 社会化认证 Provider
OAuth2SocialCredentialsAuthenticationProvider(OAuth2AuthorizationService, OAuth2TokenGenerator<? extends OAuth2Token>, UserDetailsService, OAuth2ComplianceProperties) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationProvider
 
OAuth2SocialCredentialsAuthenticationToken - cn.herodotus.engine.oauth2.authentication.provider中的类
Description: 自定义社会化登录认证Token
OAuth2SocialCredentialsAuthenticationToken(Authentication, Set<String>, Map<String, Object>) - 类的构造器 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationToken
 
OAuth2UiProperties - cn.herodotus.engine.oauth2.authentication.properties中的类
Description: OAuth2 界面配置属性
OAuth2UiProperties() - 类的构造器 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.HerodotusAuthenticationFailureHandler
 
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.HerodotusAuthenticationSuccessHandler
 

P

publishAuthenticationFailure(AuthenticationException, Authentication) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.DefaultOAuth2AuthenticationEventPublisher
 

R

retrieveUser(Map<String, Object>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
 
retrieveUser(Map<String, Object>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationProvider
 
retrieveUser(Map<String, Object>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationProvider
 

S

saveException(HttpServletRequest, String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
 
setAllowSessionCreation(boolean) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
 
setCaptchaParameter(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setCategory(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setCloseCaptcha(Boolean) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setDefaultFailureUrl(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
The URL which will be used as the failure destination.
setFailureForwardUrl(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setFailureUrl(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setLoginPageUrl(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setLoginProcessingUrl(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setPasswordEncoder(PasswordEncoder) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractUserDetailsAuthenticationProvider
 
setPasswordParameter(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setPostOnly(boolean) - 类中的方法 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationFilter
 
setRedirectStrategy(RedirectStrategy) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
Allows overriding of the behaviour when redirecting to a target URL.
setRememberMeParameter(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setSuccessForwardUrl(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
setUseForward(boolean) - 类中的方法 cn.herodotus.engine.oauth2.authentication.response.OAuth2FormLoginAuthenticationFailureHandler
If set to true, performs a forward to the failure destination URL instead of a redirect.
setUsernameParameter(String) - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 
supports(Class<?>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationProvider
 
supports(Class<?>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2AuthorizationCodeAuthenticationProvider
 
supports(Class<?>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ClientCredentialsAuthenticationProvider
 
supports(Class<?>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2ResourceOwnerPasswordAuthenticationProvider
 
supports(Class<?>) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.OAuth2SocialCredentialsAuthenticationProvider
 

T

throwError(String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
throwError(String, String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.authentication.utils.OAuth2EndpointUtils
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.authentication.properties.OAuth2UiProperties
 

U

unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类中的方法 cn.herodotus.engine.oauth2.authentication.form.OAuth2FormLoginAuthenticationFilter
重写该方法,避免在日志Debug级别会输出错误信息的问题。

V

validateScopes(Set<String>, RegisteredClient) - 类中的方法 cn.herodotus.engine.oauth2.authentication.provider.AbstractAuthenticationProvider
 
A B C D G H I M O P R S T U V 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格