索引

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

A

AbstractSocialAuthenticationHandler - cn.herodotus.engine.oauth2.core.definition.handler中的类
Description: 抽象的社交登录处理器
AbstractSocialAuthenticationHandler() - 类的构造器 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
 
ACCOUNT_DISABLED - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2ErrorCodes
 
ACCOUNT_ENDPOINT_LIMITED - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2ErrorCodes
 
ACCOUNT_EXPIRED - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2ErrorCodes
 
ACCOUNT_LOCKED - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2ErrorCodes
 
AccountEndpointLimitedException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: 登录端点限制
AccountEndpointLimitedException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.AccountEndpointLimitedException
 
AccountEndpointLimitedException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.AccountEndpointLimitedException
 
additionalRegisterOperation(HerodotusUser, SocialUserDetails) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
随着系统业务复杂度的增加,系统用户注册成功之后,也许还会进行其它额外的操作,来补充新用户的相关信息。
additionalSignInOperation(HerodotusUser, SocialUserDetails, SocialUserDetails) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
社交用户登录后,附加的其它操作
ANONYMOUS - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
APP - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.ApplicationType
 
ApplicationType - cn.herodotus.engine.oauth2.core.enums中的Enum Class
Description: 应用类别
AUTHENTICATED - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
authentication(String, AccessPrincipal) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
社交登录
authentication(String, AccessPrincipal) - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.handler.SocialAuthenticationHandler
社交登录
authenticationException(Exception, HttpServletRequest, HttpServletResponse) - 类中的静态方法 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
统一异常处理 AuthenticationException
AuthenticationMethod - cn.herodotus.engine.oauth2.core.enums中的Enum Class
Description: 客户端身份验证模式
Authority - cn.herodotus.engine.oauth2.core.definition.domain中的类
Description: 权限对象
Authority() - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
AUTHORIZATION_CODE - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.GrantType
enum
AutoUnlockUserAccountCondition - cn.herodotus.engine.oauth2.core.condition中的类
Description: 阿里云短信开启条件
AutoUnlockUserAccountCondition() - 类的构造器 cn.herodotus.engine.oauth2.core.condition.AutoUnlockUserAccountCondition
 

B

BAD_CREDENTIALS - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2ErrorCodes
 
binding(String, SocialUserDetails) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
系统用户与社交用户绑定操作

C

CACHE_NAME_TOKEN_LOCKED_USER_DETAIL - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
CACHE_NAME_TOKEN_SIGN_IN_FAILURE_LIMITED - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
Certificate - cn.herodotus.engine.oauth2.core.enums中的Enum Class
Description: 证书使用策略
CLIENT_CREDENTIALS - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.GrantType
 
CLIENT_SECRET_BASIC - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
enum
CLIENT_SECRET_JWT - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
 
CLIENT_SECRET_POST - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
 
ClientDetailsService - cn.herodotus.engine.oauth2.core.definition.service中的接口
Description: 客户端操作基础接口
cn.herodotus.engine.oauth2.core.annotation - 程序包 cn.herodotus.engine.oauth2.core.annotation
 
cn.herodotus.engine.oauth2.core.condition - 程序包 cn.herodotus.engine.oauth2.core.condition
 
cn.herodotus.engine.oauth2.core.constants - 程序包 cn.herodotus.engine.oauth2.core.constants
 
cn.herodotus.engine.oauth2.core.definition - 程序包 cn.herodotus.engine.oauth2.core.definition
 
cn.herodotus.engine.oauth2.core.definition.domain - 程序包 cn.herodotus.engine.oauth2.core.definition.domain
 
cn.herodotus.engine.oauth2.core.definition.handler - 程序包 cn.herodotus.engine.oauth2.core.definition.handler
 
cn.herodotus.engine.oauth2.core.definition.service - 程序包 cn.herodotus.engine.oauth2.core.definition.service
 
cn.herodotus.engine.oauth2.core.definition.strategy - 程序包 cn.herodotus.engine.oauth2.core.definition.strategy
 
cn.herodotus.engine.oauth2.core.enums - 程序包 cn.herodotus.engine.oauth2.core.enums
 
cn.herodotus.engine.oauth2.core.exception - 程序包 cn.herodotus.engine.oauth2.core.exception
 
cn.herodotus.engine.oauth2.core.jackson2 - 程序包 cn.herodotus.engine.oauth2.core.jackson2
 
cn.herodotus.engine.oauth2.core.processor - 程序包 cn.herodotus.engine.oauth2.core.processor
 
cn.herodotus.engine.oauth2.core.properties - 程序包 cn.herodotus.engine.oauth2.core.properties
 
cn.herodotus.engine.oauth2.core.response - 程序包 cn.herodotus.engine.oauth2.core.response
 
cn.herodotus.engine.oauth2.core.utils - 程序包 cn.herodotus.engine.oauth2.core.utils
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类中的方法 cn.herodotus.engine.oauth2.core.response.HerodotusAuthenticationEntryPoint
 
ConditionalOnAutoUnlockUserAccount - cn.herodotus.engine.oauth2.core.annotation中的Annotation Interface
Description: 自动解锁用户账号条件注解
createList(String...) - 类中的静态方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusSecurityConfig
 
createListFromCommaDelimitedString(String) - 类中的静态方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusSecurityConfig
 
CREDENTIALS_EXPIRED - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2ErrorCodes
 
CUSTOM - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Certificate
自定义证书 JWK 生成方式

D

decrypt(String, byte[]) - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SymmetricUtils
 
DefaultOAuth2AuthenticationEventPublisher - cn.herodotus.engine.oauth2.core.response中的类
Description: 扩展的 DefaultAuthenticationEventPublisher
DefaultOAuth2AuthenticationEventPublisher(ApplicationEventPublisher) - 类的构造器 cn.herodotus.engine.oauth2.core.response.DefaultOAuth2AuthenticationEventPublisher
 
DENY_ALL - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.engine.oauth2.core.jackson2.FormLoginWebAuthenticationDetailsDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.engine.oauth2.core.jackson2.HerodotusGrantedAuthorityDeserializer
 
deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.engine.oauth2.core.jackson2.HerodotusUserDeserializer
This method will create User object.

E

encrypt(String) - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
密码加密
EnhanceClientDetailsService - cn.herodotus.engine.oauth2.core.definition.service中的接口
Description: 自定义客户端详情接口
EnhanceUserDetailsService - cn.herodotus.engine.oauth2.core.definition.service中的接口
Description: 自定义UserDetailsService接口,方便以后扩展
equals(Object) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusGrantedAuthority
 
equals(Object) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusSecurityConfig
 
equals(Object) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
Returns true if the supplied object is a User instance with the same username value.
equals(Object) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
eraseCredentials() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
ES256 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
 
ES384 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
 
ES512 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
 
exception(Exception, HttpServletRequest, HttpServletResponse) - 类中的静态方法 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
 

F

findAll() - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.strategy.StrategyAuthorityDetailsService
获取全部权限
findAuthoritiesById(String) - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.service.ClientDetailsService
根据客户端ID获取客户端权限
findUserDetailsBySocial(String, AccessPrincipal) - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.strategy.StrategyUserDetailsService
 
findUserDetailsByUsername(String) - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.strategy.StrategyUserDetailsService
 
FormLoginWebAuthenticationDetails - cn.herodotus.engine.oauth2.core.definition.domain中的类
Description: 表单登录 Details 定义
FormLoginWebAuthenticationDetails(String, String, Boolean, String, String, String, String) - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.FormLoginWebAuthenticationDetails
 
FormLoginWebAuthenticationDetails(HttpServletRequest, boolean, String, String) - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.FormLoginWebAuthenticationDetails
 
FormLoginWebAuthenticationDetailsDeserializer - cn.herodotus.engine.oauth2.core.jackson2中的类
Description: FormLoginWebAuthenticationDetailsDeserializer
FormLoginWebAuthenticationDetailsDeserializer() - 类的构造器 cn.herodotus.engine.oauth2.core.jackson2.FormLoginWebAuthenticationDetailsDeserializer
 
FormLoginWebAuthenticationDetailsMixin - cn.herodotus.engine.oauth2.core.jackson2中的类
Description: FormLoginWebAuthenticationDetailsMixin
FormLoginWebAuthenticationDetailsMixin() - 类的构造器 cn.herodotus.engine.oauth2.core.jackson2.FormLoginWebAuthenticationDetailsMixin
 
FULLY_AUTHENTICATED - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 

G

get(Integer) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.ApplicationType
 
get(Integer) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
 
get(Integer) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.GrantType
 
get(Integer) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.Signature
 
get(Integer) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.TokenFormat
 
get(String) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
getAttribute() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusSecurityConfig
 
getAttributeCode() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getAttributeId() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getAttributeName() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getAuthentication() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
getAuthorities() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
getAuthority() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusGrantedAuthority
 
getAuthorityCode() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
getAuthorityId() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
getAutoUnlock() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
getAvatar() - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SocialUserDetails
 
getCategory() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.FormLoginWebAuthenticationDetails
 
getCertificate() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
getClosed() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.FormLoginWebAuthenticationDetails
 
getCode() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.FormLoginWebAuthenticationDetails
 
getDecryptedSymmetricKey(String) - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SymmetricUtils
 
getDescription() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.ApplicationType
 
getDescription() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
 
getDescription() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.GrantType
 
getDescription() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
getDescription() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.Signature
 
getDescription() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.TokenFormat
 
getDetails() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
getEnabled() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInEndpointLimited
 
getEnabled() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
getEnabled() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInKickOutLimited
 
getEncryptedSymmetricKey() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SymmetricUtils
 
getExpire() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
getExpression() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getFeedback() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.IllegalSymmetricKeyException
 
getFeedback() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaArgumentIllegalException
 
getFeedback() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaException
 
getFeedback() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaHasExpiredException
 
getFeedback() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaIsEmptyException
 
getFeedback() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaMismatchException
 
getFeedback() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.PlatformAuthenticationException
 
getFeedback() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.UsernameAlreadyExistsException
 
getFormat() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.TokenFormat
 
getIdentity() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.FormLoginWebAuthenticationDetails
 
getIpAddress() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getJksKeyAlias() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
getJksKeyPassword() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
getJksKeyStore() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
getJksStorePassword() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
getJwk() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties
 
getManualSetting() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getMatcher() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.SecurityProperties
 
getMaximum() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInEndpointLimited
 
getMaxTimes() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
getNickName() - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SocialUserDetails
 
getParameterName() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.FormLoginWebAuthenticationDetails
 
getPassword() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
getPermitAll() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Matcher
 
getPermitAll() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.SecurityProperties.Matcher
 
getPermitAllArray() - 类中的方法 cn.herodotus.engine.oauth2.core.processor.HerodotusSecurityConfigureHandler
 
getPermitAllList() - 类中的方法 cn.herodotus.engine.oauth2.core.processor.HerodotusSecurityConfigureHandler
 
getPhoneNumber() - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SocialUserDetails
 
getPreprocessedJsonStructure() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.ApplicationType
 
getPreprocessedJsonStructure() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
 
getPreprocessedJsonStructure() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.GrantType
 
getPreprocessedJsonStructure() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
getPreprocessedJsonStructure() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.Signature
 
getPreprocessedJsonStructure() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.TokenFormat
 
getPrincipal() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
获取认证用户信息
getPrincipals() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
getRequestMethod() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
getRequestMethod() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getResult() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaException
 
getResult() - 异常错误中的方法 cn.herodotus.engine.oauth2.core.exception.PlatformAuthenticationException
 
getRoles() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
getRoles() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getSecurityContext() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
getServiceId() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
getServiceId() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getSignInEndpointLimited() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties
 
getSignInFailureLimited() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties
 
getSignInKickOutLimited() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties
 
getSource() - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SocialUserDetails
获取社交登录分类标识
getStaticResourceArray() - 类中的方法 cn.herodotus.engine.oauth2.core.processor.HerodotusSecurityConfigureHandler
 
getStaticResourceList() - 类中的方法 cn.herodotus.engine.oauth2.core.processor.HerodotusSecurityConfigureHandler
 
getStaticResources() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Matcher
 
getStaticResources() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.SecurityProperties.Matcher
 
getUrl() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
getUrl() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
getUserId() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
getUserId() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
getUsername() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
getUsername() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
getUserName() - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SocialUserDetails
 
getUuid() - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SocialUserDetails
获取社交登录唯一标识
getValidate() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.SecurityProperties
 
getValue() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.ApplicationType
不加@JsonValue,转换的时候转换出完整的对象。
getValue() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
 
getValue() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.GrantType
 
getValue() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
getValue() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.Signature
不加@JsonValue,转换的时候转换出完整的对象。
getValue() - enum class中的方法 cn.herodotus.engine.oauth2.core.enums.TokenFormat
不加@JsonValue,转换的时候转换出完整的对象。
GrantType - cn.herodotus.engine.oauth2.core.enums中的Enum Class
Description: OAuth2 认证模式枚举

H

handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - 类中的方法 cn.herodotus.engine.oauth2.core.response.HerodotusAccessDeniedHandler
 
HAS_ANY_AUTHORITY - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
HAS_ANY_ROLE - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
HAS_AUTHORITY - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
HAS_IP_ADDRESS - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
HAS_ROLE - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
hashCode() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusGrantedAuthority
 
hashCode() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusSecurityConfig
 
hashCode() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
Returns the hashcode of the username.
hashCode() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
HerodotusAccessDeniedHandler - cn.herodotus.engine.oauth2.core.response中的类
Description: 访问拒绝处理器
HerodotusAccessDeniedHandler() - 类的构造器 cn.herodotus.engine.oauth2.core.response.HerodotusAccessDeniedHandler
 
HerodotusAuthenticationEntryPoint - cn.herodotus.engine.oauth2.core.response中的类
Description: 自定义未认证处理
HerodotusAuthenticationEntryPoint() - 类的构造器 cn.herodotus.engine.oauth2.core.response.HerodotusAuthenticationEntryPoint
 
HerodotusAuthenticationFailureHandler - cn.herodotus.engine.oauth2.core.response中的类
Description: 认证失败处理器
HerodotusAuthenticationFailureHandler() - 类的构造器 cn.herodotus.engine.oauth2.core.response.HerodotusAuthenticationFailureHandler
 
HerodotusGrantedAuthority - cn.herodotus.engine.oauth2.core.definition.domain中的类
Description: 自定义 GrantedAuthority
HerodotusGrantedAuthority() - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusGrantedAuthority
 
HerodotusGrantedAuthority(String) - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusGrantedAuthority
 
HerodotusGrantedAuthorityDeserializer - cn.herodotus.engine.oauth2.core.jackson2中的类
Description: HerodotusGrantedAuthority 反序列化
HerodotusGrantedAuthorityDeserializer() - 类的构造器 cn.herodotus.engine.oauth2.core.jackson2.HerodotusGrantedAuthorityDeserializer
 
HerodotusGrantedAuthorityMixin - cn.herodotus.engine.oauth2.core.jackson2中的类
Description: HerodotusGrantedAuthority Jackson2 Mixin
HerodotusGrantedAuthorityMixin() - 类的构造器 cn.herodotus.engine.oauth2.core.jackson2.HerodotusGrantedAuthorityMixin
 
HerodotusGrantType - cn.herodotus.engine.oauth2.core.definition中的接口
Description: 自定义 Grant Type 类型
HerodotusJackson2Module - cn.herodotus.engine.oauth2.core.jackson2中的类
Description: 自定义 User Details Module
HerodotusJackson2Module() - 类的构造器 cn.herodotus.engine.oauth2.core.jackson2.HerodotusJackson2Module
 
HerodotusSecurityConfig - cn.herodotus.engine.oauth2.core.definition.domain中的类
Description: 自定义SecurityConfig
HerodotusSecurityConfig() - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusSecurityConfig
 
HerodotusSecurityConfig(String) - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusSecurityConfig
 
HerodotusSecurityConfigureHandler - cn.herodotus.engine.oauth2.core.processor中的类
Description: 安全过滤配置处理器
HerodotusSecurityConfigureHandler(SecurityProperties) - 类的构造器 cn.herodotus.engine.oauth2.core.processor.HerodotusSecurityConfigureHandler
 
HerodotusUser - cn.herodotus.engine.oauth2.core.definition.domain中的类
 
HerodotusUser() - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
HerodotusUser(String, String, String, boolean, boolean, boolean, boolean, Collection<? extends GrantedAuthority>, Set<String>) - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
Construct the User with the details required by org.springframework.security.authentication.dao.DaoAuthenticationProvider
HerodotusUser(String, String, String, Collection<? extends GrantedAuthority>) - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
Calls the more complex constructor with all boolean arguments set to true.
HerodotusUser(String, String, String, Collection<? extends GrantedAuthority>, Set<String>) - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
Calls the more complex constructor with all boolean arguments set to true.
HerodotusUserDeserializer - cn.herodotus.engine.oauth2.core.jackson2中的类
Description: 自定义 UserDetails 序列化
HerodotusUserDeserializer() - 类的构造器 cn.herodotus.engine.oauth2.core.jackson2.HerodotusUserDeserializer
 
HerodotusUserMixin - cn.herodotus.engine.oauth2.core.jackson2中的类
Description: 自定义 UserDetails Mixin
HerodotusUserMixin() - 类的构造器 cn.herodotus.engine.oauth2.core.jackson2.HerodotusUserMixin
 

I

identity(String, AccessPrincipal) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
第三方登录以及手机号码验证的认证,认证成功返回对应系统中的返回信息
IllegalSymmetricKeyException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description : 非法加密Key HerodotusException
IllegalSymmetricKeyException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.IllegalSymmetricKeyException
 
IllegalSymmetricKeyException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.IllegalSymmetricKeyException
 
isAccountNonExpired() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
isAccountNonLocked() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
isAuthenticated() - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
isCredentialsNonExpired() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
isEnabled() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
isUserExist(SocialUserDetails) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
根据社交登录返回的用户信息,查询系统中是否有响应的信息
ITEM_COMPLIANCE_AUTO_UNLOCK - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 

J

Jwk() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 

L

loadHerodotusUserByUsername(String) - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.service.EnhanceUserDetailsService
系统用户名
loadUserBySocial(String, AccessPrincipal) - 接口中的方法 cn.herodotus.engine.oauth2.core.definition.service.EnhanceUserDetailsService
通过社交集成的唯一id,获取用户信息

M

Matcher() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Matcher
 
Matcher() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.SecurityProperties.Matcher
 
matches(String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
密码验证
matches(ConditionContext, AnnotatedTypeMetadata) - 类中的方法 cn.herodotus.engine.oauth2.core.condition.AutoUnlockUserAccountCondition
 
MINI - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.ApplicationType
 

N

NONE - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
 
NOT_ANONYMOUS - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
NOT_AUTHENTICATED - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
NOT_DENY_ALL - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
NOT_FULLY_AUTHENTICATED - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
NOT_PERMIT_ALL - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
NOT_REMEMBER_ME - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 

O

oAuth2AuthenticationException(Exception, HttpServletRequest, HttpServletResponse) - 类中的静态方法 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
 
OAuth2CaptchaArgumentIllegalException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: Oauth2 使用的验证码参数错误
OAuth2CaptchaArgumentIllegalException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaArgumentIllegalException
 
OAuth2CaptchaArgumentIllegalException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaArgumentIllegalException
 
OAuth2CaptchaException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: OAuth2 验证码基础 Exception
OAuth2CaptchaException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaException
 
OAuth2CaptchaException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaException
 
OAuth2CaptchaHasExpiredException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: Oauth2 使用的验证码不匹配错误
OAuth2CaptchaHasExpiredException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaHasExpiredException
 
OAuth2CaptchaHasExpiredException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaHasExpiredException
 
OAuth2CaptchaIsEmptyException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: 验证码为空
OAuth2CaptchaIsEmptyException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaIsEmptyException
 
OAuth2CaptchaIsEmptyException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaIsEmptyException
 
OAuth2CaptchaMismatchException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: Oauth2 使用的验证码不匹配错误
OAuth2CaptchaMismatchException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaMismatchException
 
OAuth2CaptchaMismatchException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.OAuth2CaptchaMismatchException
 
OAuth2ComplianceProperties - cn.herodotus.engine.oauth2.core.properties中的类
Description: OAuth2 合规性配置参数
OAuth2ComplianceProperties() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties
 
OAuth2ComplianceProperties.SignInEndpointLimited - cn.herodotus.engine.oauth2.core.properties中的类
 
OAuth2ComplianceProperties.SignInFailureLimited - cn.herodotus.engine.oauth2.core.properties中的类
 
OAuth2ComplianceProperties.SignInKickOutLimited - cn.herodotus.engine.oauth2.core.properties中的类
 
OAuth2Constants - cn.herodotus.engine.oauth2.core.constants中的接口
Description: OAuth2 模块通用常量
OAuth2ErrorCodes - cn.herodotus.engine.oauth2.core.constants中的接口
Description: 扩展 OAuth2 错误代码
OAuth2Properties - cn.herodotus.engine.oauth2.core.properties中的类
Description: OAuth2 配置属性
OAuth2Properties() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties
 
OAuth2Properties.Jwk - cn.herodotus.engine.oauth2.core.properties中的类
 
OAuth2Properties.Matcher - cn.herodotus.engine.oauth2.core.properties中的类
用于手动的指定 Request Matcher 安全规则。
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类中的方法 cn.herodotus.engine.oauth2.core.response.HerodotusAuthenticationFailureHandler
 

P

PASSWORD - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.GrantType
 
PermissionExpression - cn.herodotus.engine.oauth2.core.enums中的Enum Class
Description: 安全表达式
PERMIT_ALL - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
权限表达式
PlatformAuthenticationException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: 平台认证基础Exception
PlatformAuthenticationException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.PlatformAuthenticationException
 
PlatformAuthenticationException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.PlatformAuthenticationException
 
PREFIX_ROLE - 类中的静态变量 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
PREFIX_SCOPE - 类中的静态变量 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
PRIVATE_KEY_JWT - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
 
PROPERTY_OAUTH2_COMPLIANCE - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
PROPERTY_OAUTH2_UI - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
PROPERTY_PREFIX_OAUTH2 - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
PS256 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
 
PS384 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
 
PS512 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
 
publishAuthenticationFailure(AuthenticationException, Authentication) - 类中的方法 cn.herodotus.engine.oauth2.core.response.DefaultOAuth2AuthenticationEventPublisher
 

R

REFERENCE - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.TokenFormat
 
REFRESH_TOKEN - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.GrantType
 
REGION_OAUTH2_APPLICATION - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
REGION_OAUTH2_APPLICATION_SCOPE - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
REGION_OAUTH2_AUTHORITY - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
REGION_OAUTH2_AUTHORIZATION - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
REGION_OAUTH2_AUTHORIZATION_CONSENT - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
REGION_OAUTH2_COMPLIANCE - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
REGION_OAUTH2_REGISTERED_CLIENT - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
REGION_OAUTH2_SCOPE - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2Constants
 
register(SocialUserDetails) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
系统用户注册
reloadAuthority(HerodotusUser) - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
当用户角色发生变化,或者用户角色对应的权限发生变化,那么就从数据库中重新查询用户相关信息
REMEMBER_ME - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
 
resolveException(Exception, String) - 类中的静态方法 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
 
resolveSecurityException(Exception, String) - 类中的静态方法 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
静态解析认证异常
restTemplateException(Exception, HttpServletRequest, HttpServletResponse) - 类中的静态方法 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
Rest Template 错误处理
RS256 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
enum
RS384 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
 
RS512 - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Signature
 

S

SecurityAttribute - cn.herodotus.engine.oauth2.core.definition.domain中的类
Description: Security Metadata 传输数据实体
SecurityAttribute() - 类的构造器 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
SecurityGlobalExceptionHandler - cn.herodotus.engine.oauth2.core.exception中的类
Description: 统一异常处理器
SecurityGlobalExceptionHandler() - 类的构造器 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
 
SecurityProperties - cn.herodotus.engine.oauth2.core.properties中的类
Description : 服务安全配置
SecurityProperties() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.SecurityProperties
 
SecurityProperties.Matcher - cn.herodotus.engine.oauth2.core.properties中的类
用于手动的指定 Request Matcher 安全规则。
SecurityUtils - cn.herodotus.engine.oauth2.core.utils中的类
 
SecurityUtils() - 类的构造器 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
SELF_CONTAINED - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.TokenFormat
enum
SERVICE - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.ApplicationType
 
SESSION_EXPIRED - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2ErrorCodes
 
SessionExpiredException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: 自定义 Session 已过期
SessionExpiredException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.SessionExpiredException
 
SessionExpiredException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.SessionExpiredException
 
setAttributeCode(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setAttributeId(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setAttributeName(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setAuthority(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusGrantedAuthority
 
setAuthorityCode(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
setAuthorityId(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
setAutoUnlock(Boolean) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
setCertificate(Certificate) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
setEnabled(Boolean) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInEndpointLimited
 
setEnabled(Boolean) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
setEnabled(Boolean) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInKickOutLimited
 
setExpire(Duration) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
setExpression(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setIpAddress(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setJksKeyAlias(String) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
setJksKeyPassword(String) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
setJksKeyStore(String) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
setJksStorePassword(String) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 
setJwk(OAuth2Properties.Jwk) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties
 
setManualSetting(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setMatcher(SecurityProperties.Matcher) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.SecurityProperties
 
setMaximum(Integer) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInEndpointLimited
 
setMaxTimes(Integer) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
setPermitAll(List<String>) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Matcher
 
setPermitAll(List<String>) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.SecurityProperties.Matcher
 
setRequestMethod(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
setRequestMethod(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setRoles(Set<HerodotusGrantedAuthority>) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setServiceId(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
setServiceId(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setSignInEndpointLimited(OAuth2ComplianceProperties.SignInEndpointLimited) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties
 
setSignInFailureLimited(OAuth2ComplianceProperties.SignInFailureLimited) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties
 
setSignInKickOutLimited(OAuth2ComplianceProperties.SignInKickOutLimited) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties
 
setStaticResources(List<String>) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Matcher
 
setStaticResources(List<String>) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.SecurityProperties.Matcher
 
setupModule(Module.SetupContext) - 类中的方法 cn.herodotus.engine.oauth2.core.jackson2.HerodotusJackson2Module
 
setUrl(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
setUrl(String) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
setValidate(Target) - 类中的方法 cn.herodotus.engine.oauth2.core.properties.SecurityProperties
 
Signature - cn.herodotus.engine.oauth2.core.enums中的Enum Class
Description: OAuth2 Signature
signIn(SocialUserDetails) - 类中的方法 cn.herodotus.engine.oauth2.core.definition.handler.AbstractSocialAuthenticationHandler
系统用户注册
SignInEndpointLimited() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInEndpointLimited
 
SignInFailureLimited() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
SignInKickOutLimited() - 类的构造器 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInKickOutLimited
 
SOCIAL - 接口中的静态变量 cn.herodotus.engine.oauth2.core.definition.HerodotusGrantType
 
SOCIAL_CREDENTIALS - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.GrantType
 
SocialAuthenticationHandler - cn.herodotus.engine.oauth2.core.definition.handler中的接口
Description: 社交登录处理器
SocialCredentialsParameterBindingFailedException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: 无法解析SocialType错误
SocialCredentialsParameterBindingFailedException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.SocialCredentialsParameterBindingFailedException
 
SocialCredentialsParameterBindingFailedException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.SocialCredentialsParameterBindingFailedException
 
SocialCredentialsUserBindingFailedException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: 社交登录绑定用户出错
SocialCredentialsUserBindingFailedException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.SocialCredentialsUserBindingFailedException
 
SocialCredentialsUserBindingFailedException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.SocialCredentialsUserBindingFailedException
 
SocialUserDetails - cn.herodotus.engine.oauth2.core.definition.domain中的接口
Description: 社交登录用户信息详情
STANDARD - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.Certificate
Spring Authorization Server 默认的 JWK 生成方式
StrategyAuthorityDetailsService - cn.herodotus.engine.oauth2.core.definition.strategy中的接口
Description: 系统范围服务策略定义
StrategyUserDetailsService - cn.herodotus.engine.oauth2.core.definition.strategy中的接口
Description: 系统用户服务策略定义
SymmetricUtils - cn.herodotus.engine.oauth2.core.utils中的类
Description : 基于Hutool的Aes加解密工具
SymmetricUtils() - 类的构造器 cn.herodotus.engine.oauth2.core.utils.SymmetricUtils
 

T

TokenEnhancer - cn.herodotus.engine.oauth2.core.definition.domain中的接口
Description: TODO
TokenFormat - cn.herodotus.engine.oauth2.core.enums中的Enum Class
Description: 令牌格式
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.Authority
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusGrantedAuthority
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusSecurityConfig
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.HerodotusUser
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.definition.domain.SecurityAttribute
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInEndpointLimited
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInFailureLimited
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties.SignInKickOutLimited
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2ComplianceProperties
 
toString() - 类中的方法 cn.herodotus.engine.oauth2.core.properties.OAuth2Properties.Jwk
 

U

USERNAME_NOT_FOUND - 接口中的静态变量 cn.herodotus.engine.oauth2.core.constants.OAuth2ErrorCodes
 
UsernameAlreadyExistsException - cn.herodotus.engine.oauth2.core.exception中的异常错误
Description: UsernameAlreadyExistsException
UsernameAlreadyExistsException(String) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.UsernameAlreadyExistsException
 
UsernameAlreadyExistsException(String, Throwable) - 异常错误的构造器 cn.herodotus.engine.oauth2.core.exception.UsernameAlreadyExistsException
 

V

validationBindException(BindException, HttpServletRequest, HttpServletResponse) - 类中的静态方法 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
 
validationMethodArgumentException(MethodArgumentNotValidException, HttpServletRequest, HttpServletResponse) - 类中的静态方法 cn.herodotus.engine.oauth2.core.exception.SecurityGlobalExceptionHandler
 
valueOf(String) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.ApplicationType
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.Certificate
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.GrantType
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.Signature
Returns the enum constant of this class with the specified name.
valueOf(String) - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.TokenFormat
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.ApplicationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.AuthenticationMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.Certificate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.GrantType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.PermissionExpression
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.Signature
Returns an array containing the constants of this enum class, in the order they are declared.
values() - enum class中的静态方法 cn.herodotus.engine.oauth2.core.enums.TokenFormat
Returns an array containing the constants of this enum class, in the order they are declared.

W

WAP - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.ApplicationType
 
WEB - enum class 中的枚举常量 cn.herodotus.engine.oauth2.core.enums.ApplicationType
应用类型
wellFormPrefix(String, String) - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
wellFormRolePrefix(String) - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
whitelistToAntMatchers(List<String>) - 类中的静态方法 cn.herodotus.engine.oauth2.core.utils.SecurityUtils
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格