索引
常量字段值|所有程序包|所有类和接口|序列化表格
A
- AbstractSocialAuthenticationHandler - cn.herodotus.stirrup.core.identity.handler中的类
-
Description: 抽象的社交登录处理器
- AbstractSocialAuthenticationHandler() - 类的构造器 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
- ACCESS_DENIED - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- AccessIdentityVerificationFailedException - cn.herodotus.stirrup.core.identity.exception中的异常错误类
-
Description: 接入身份认证错误
- AccessIdentityVerificationFailedException() - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.AccessIdentityVerificationFailedException
- AccessIdentityVerificationFailedException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.AccessIdentityVerificationFailedException
- AccessIdentityVerificationFailedException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.AccessIdentityVerificationFailedException
- AccessIdentityVerificationFailedException(String, Throwable, boolean, boolean) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.AccessIdentityVerificationFailedException
- AccessIdentityVerificationFailedException(Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.AccessIdentityVerificationFailedException
- AccessPrincipal - cn.herodotus.stirrup.core.identity.domain中的类
-
Description: 外部程序接入必要参数
- AccessPrincipal() - 类的构造器 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- ACCOUNT_DISABLED - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- ACCOUNT_ENDPOINT_LIMITED - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- ACCOUNT_EXPIRED - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- ACCOUNT_LOCKED - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- additionalRegisterOperation(HerodotusUser, SocialUserDetails) - 类中的方法 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
-
随着系统业务复杂度的增加,系统用户注册成功之后,也许还会进行其它额外的操作,来补充新用户的相关信息。
- additionalSignInOperation(HerodotusUser, SocialUserDetails, SocialUserDetails) - 类中的方法 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
-
社交用户登录后,附加的其它操作
- ANONYMOUS - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
- AttributeTransmitter - cn.herodotus.stirrup.core.identity.domain中的类
-
Description: Security Metadata 传输数据实体
- AttributeTransmitter() - 类的构造器 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- AUTHENTICATED - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
- authentication(String, AccessPrincipal) - 类中的方法 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
-
社交登录
- authentication(String, AccessPrincipal) - 接口中的方法 cn.herodotus.stirrup.core.identity.handler.SocialAuthenticationHandler
-
社交登录
B
- BAD_CREDENTIALS - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- BearerTokenResolver - cn.herodotus.stirrup.core.identity.oauth2中的接口
-
Description: 身份信息解析器
- binding(String, SocialUserDetails) - 类中的方法 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
-
系统用户与社交用户绑定操作
C
- ClientDetailsService - cn.herodotus.stirrup.core.identity.service中的接口
-
Description: 客户端操作基础接口
- cn.herodotus.stirrup.core.identity.constants - 程序包 cn.herodotus.stirrup.core.identity.constants
- cn.herodotus.stirrup.core.identity.domain - 程序包 cn.herodotus.stirrup.core.identity.domain
- cn.herodotus.stirrup.core.identity.enums - 程序包 cn.herodotus.stirrup.core.identity.enums
- cn.herodotus.stirrup.core.identity.exception - 程序包 cn.herodotus.stirrup.core.identity.exception
- cn.herodotus.stirrup.core.identity.handler - 程序包 cn.herodotus.stirrup.core.identity.handler
- cn.herodotus.stirrup.core.identity.jackson2 - 程序包 cn.herodotus.stirrup.core.identity.jackson2
- cn.herodotus.stirrup.core.identity.oauth2 - 程序包 cn.herodotus.stirrup.core.identity.oauth2
- cn.herodotus.stirrup.core.identity.service - 程序包 cn.herodotus.stirrup.core.identity.service
- cn.herodotus.stirrup.core.identity.strategy - 程序包 cn.herodotus.stirrup.core.identity.strategy
- create(String, String, String) - 类中的静态方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- createDefaultPermitAll() - 类中的静态方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- createMethodInvocation(HerodotusSecurityAttribute) - 类中的静态方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- CREDENTIALS_EXPIRED - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
D
- DENY_ALL - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.stirrup.core.identity.jackson2.HerodotusUserDeserializer
-
This method will create
Userobject.
E
- EnhanceClientDetailsService - cn.herodotus.stirrup.core.identity.service中的接口
-
Description: 自定义客户端详情接口
- EnhanceUserDetailsService - cn.herodotus.stirrup.core.identity.service中的接口
-
Description: 自定义UserDetailsService接口,方便以后扩展
- equals(Object) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- equals(Object) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusGrantedAuthority
- equals(Object) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- equals(Object) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
-
Returns
trueif the supplied object is aUserinstance with the sameusernamevalue. - equals(Object) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- eraseCredentials() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
F
- findAll() - 接口中的方法 cn.herodotus.stirrup.core.identity.strategy.StrategyPermissionDetailsService
-
获取全部权限
- findAuthoritiesById(String) - 接口中的方法 cn.herodotus.stirrup.core.identity.service.ClientDetailsService
-
根据客户端ID获取客户端权限
- findUserDetailsBySocial(String, AccessPrincipal) - 接口中的方法 cn.herodotus.stirrup.core.identity.strategy.StrategyUserDetailsService
- findUserDetailsByUsername(String) - 接口中的方法 cn.herodotus.stirrup.core.identity.strategy.StrategyUserDetailsService
- FULLY_AUTHENTICATED - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
G
- get(String) - 枚举类中的静态方法 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
- getAppId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getAttributeCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getAttributeId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getAttributeName() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getAuthCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getAuthorities() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- getAuthority() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusGrantedAuthority
- getAuthorizationCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getAuthToken() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getAuthVerifier() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getAvatar() - 接口中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPrincipal
-
获取用户头像
- getAvatar() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- getAvatar() - 接口中的方法 cn.herodotus.stirrup.core.identity.domain.SocialUserDetails
- getAvatar() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- getClassName() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getClassName() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- getCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getDescription() - 枚举类中的方法 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
- getEmployeeId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- getEmployeeId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- getEncryptedData() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getExpression() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.core.identity.exception.AccessIdentityVerificationFailedException
- getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.core.identity.exception.PlatformAuthenticationException
- getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.core.identity.exception.SecurityAttributeClassNotFoundException
- getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.core.identity.exception.UsernameAlreadyExistsException
- getId() - 接口中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPrincipal
-
获取用户ID
- getId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- getIv() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getMethodName() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getMethodName() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- getMobile() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getName() - 接口中的方法 cn.herodotus.stirrup.core.identity.domain.SocialUserDetails
- getName() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- getNickname() - 接口中的方法 cn.herodotus.stirrup.core.identity.domain.SocialUserDetails
- getOpenId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getPassword() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- getPermissionCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPermission
- getPermissionId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPermission
- getPermissionName() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPermission
- getPermissions() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getPhoneNumber() - 接口中的方法 cn.herodotus.stirrup.core.identity.domain.SocialUserDetails
- getPreprocessedJsonStructure() - 枚举类中的静态方法 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
- getRawData() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getRequestMethod() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getResult() - 异常错误类中的方法 cn.herodotus.stirrup.core.identity.exception.PlatformAuthenticationException
- getRoles() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- getRoles() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- getServiceId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getSessionKey() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getSignature() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getSource() - 接口中的方法 cn.herodotus.stirrup.core.identity.domain.SocialUserDetails
-
获取社交登录分类标识
- getState() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getUnionId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- getUrl() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- getUserId() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- getUsername() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- getUsername() - 接口中的方法 cn.herodotus.stirrup.core.identity.domain.SocialUserDetails
- getValue() - 枚举类中的方法 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
- getWebExpression() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
H
- hashCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- hashCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusGrantedAuthority
- hashCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- hashCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
-
Returns the hashcode of the
username. - hashCode() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- HerodotusGrantedAuthority - cn.herodotus.stirrup.core.identity.domain中的类
-
Description: 自定义 GrantedAuthority
- HerodotusGrantedAuthority() - 类的构造器 cn.herodotus.stirrup.core.identity.domain.HerodotusGrantedAuthority
- HerodotusGrantedAuthority(String) - 类的构造器 cn.herodotus.stirrup.core.identity.domain.HerodotusGrantedAuthority
- HerodotusPermission - cn.herodotus.stirrup.core.identity.domain中的类
-
Description: 权限对象
- HerodotusPermission() - 类的构造器 cn.herodotus.stirrup.core.identity.domain.HerodotusPermission
- HerodotusPrincipal - cn.herodotus.stirrup.core.identity.domain中的接口
-
Description: Herodotus 平台用户 Principal 统一定义
- HerodotusSecurityAttribute - cn.herodotus.stirrup.core.identity.domain中的类
-
Description: 自定义SecurityConfig
- HerodotusSecurityAttribute() - 类的构造器 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- HerodotusUser - cn.herodotus.stirrup.core.identity.domain中的类
- HerodotusUser() - 类的构造器 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- HerodotusUser(String, String, String, boolean, boolean, boolean, boolean, Collection<? extends GrantedAuthority>, Set<String>, String, String) - 类的构造器 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
-
Construct the
Userwith the details required byorg.springframework.security.authentication.dao.DaoAuthenticationProvider - HerodotusUser(String, String, String, Collection<? extends GrantedAuthority>) - 类的构造器 cn.herodotus.stirrup.core.identity.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.stirrup.core.identity.domain.HerodotusUser
-
Calls the more complex constructor with all boolean arguments set to
true. - HerodotusUserDeserializer - cn.herodotus.stirrup.core.identity.jackson2中的类
-
Description: 自定义 UserDetails 序列化
- HerodotusUserDeserializer() - 类的构造器 cn.herodotus.stirrup.core.identity.jackson2.HerodotusUserDeserializer
I
- identity(String, AccessPrincipal) - 类中的方法 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
-
第三方登录以及手机号码验证的认证,认证成功返回对应系统中的返回信息
- INSUFFICIENT_SCOPE - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- INVALID_CLIENT - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- INVALID_GRANT - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- INVALID_REDIRECT_URI - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- INVALID_REQUEST - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- INVALID_SCOPE - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- INVALID_TOKEN - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- isAccountNonExpired() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- isAccountNonLocked() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- isCredentialsNonExpired() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- isEnabled() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- isUserExist(SocialUserDetails) - 类中的方法 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
-
根据社交登录返回的用户信息,查询系统中是否有响应的信息
L
- loadHerodotusUserBySocial(String, AccessPrincipal) - 接口中的方法 cn.herodotus.stirrup.core.identity.service.EnhanceUserDetailsService
-
通过社交集成的唯一id,获取用户信息
- loadHerodotusUserByUsername(String) - 接口中的方法 cn.herodotus.stirrup.core.identity.service.EnhanceUserDetailsService
-
系统用户名
N
- NOT_AUTHENTICATED - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
O
- OAuth2ErrorKeys - cn.herodotus.stirrup.core.identity.constants中的接口
-
Description: 扩展 OAuth2 错误代码
P
- PermissionExpression - cn.herodotus.stirrup.core.identity.enums中的枚举类
-
Description: 安全表达式
- PERMIT_ALL - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
-
权限表达式
- PlatformAuthenticationException - cn.herodotus.stirrup.core.identity.exception中的异常错误类
-
Description: 平台认证基础Exception
- PlatformAuthenticationException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.PlatformAuthenticationException
- PlatformAuthenticationException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.PlatformAuthenticationException
R
- ReactiveBearerTokenResolver - cn.herodotus.stirrup.core.identity.oauth2中的接口
-
Description: Reactive 环境 Token 解析器
- register(SocialUserDetails) - 类中的方法 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
-
系统用户注册
- REMEMBER_ME - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
- resolve(String) - 接口中的方法 cn.herodotus.stirrup.core.identity.oauth2.BearerTokenResolver
- resolve(String) - 接口中的方法 cn.herodotus.stirrup.core.identity.oauth2.ReactiveBearerTokenResolver
S
- SecurityAttributeClassNotFoundException - cn.herodotus.stirrup.core.identity.exception中的异常错误类
-
Description: Security 属性 Class 未找到错误
- SecurityAttributeClassNotFoundException() - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.SecurityAttributeClassNotFoundException
- SecurityAttributeClassNotFoundException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.SecurityAttributeClassNotFoundException
- SecurityAttributeClassNotFoundException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.SecurityAttributeClassNotFoundException
- SecurityAttributeClassNotFoundException(String, Throwable, boolean, boolean) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.SecurityAttributeClassNotFoundException
- SecurityAttributeClassNotFoundException(Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.SecurityAttributeClassNotFoundException
- SERVER_ERROR - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- SESSION_EXPIRED - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- setAppId(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setAttributeCode(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setAttributeId(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setAttributeName(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setAuthCode(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setAuthority(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusGrantedAuthority
- setAuthorizationCode(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setAuthToken(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setAuthVerifier(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setAvatar(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- setClassName(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setClassName(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- setCode(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setEmployeeId(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- setEncryptedData(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setExpression(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- setId(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- setIv(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setMethodName(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setMethodName(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- setMobile(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setName(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- setOpenId(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setPermissionCode(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPermission
- setPermissionId(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPermission
- setPermissionName(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPermission
- setPermissions(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setRawData(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setRequestMethod(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setRoles(Set<String>) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- setServiceId(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setSessionKey(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setSignature(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setState(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setUnionId(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- setUrl(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- setWebExpression(String) - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- signIn(SocialUserDetails) - 类中的方法 cn.herodotus.stirrup.core.identity.handler.AbstractSocialAuthenticationHandler
-
系统用户注册
- SocialAuthenticationHandler - cn.herodotus.stirrup.core.identity.handler中的接口
-
Description: 社交登录处理器
- SocialCredentialsUserBindingFailedException - cn.herodotus.stirrup.core.identity.exception中的异常错误类
-
Description: 社交登录绑定用户出错
- SocialCredentialsUserBindingFailedException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.SocialCredentialsUserBindingFailedException
- SocialCredentialsUserBindingFailedException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.SocialCredentialsUserBindingFailedException
- SocialUserDetails - cn.herodotus.stirrup.core.identity.domain中的接口
-
Description: 社交登录用户信息详情
- StrategyPermissionDetailsService - cn.herodotus.stirrup.core.identity.strategy中的接口
-
Description: 系统范围服务策略定义
- StrategyUserDetailsService - cn.herodotus.stirrup.core.identity.strategy中的接口
-
Description: 系统用户服务策略定义
T
- TEMPORARILY_UNAVAILABLE - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- toMap() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- toString() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AccessPrincipal
- toString() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.AttributeTransmitter
- toString() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusGrantedAuthority
- toString() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusPermission
- toString() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusSecurityAttribute
- toString() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.HerodotusUser
- toString() - 类中的方法 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
U
- UNAUTHORIZED_CLIENT - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- UNSUPPORTED_GRANT_TYPE - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- UNSUPPORTED_RESPONSE_TYPE - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- UNSUPPORTED_TOKEN_TYPE - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- USERNAME_NOT_FOUND - 接口中的静态变量 cn.herodotus.stirrup.core.identity.constants.OAuth2ErrorKeys
- UsernameAlreadyExistsException - cn.herodotus.stirrup.core.identity.exception中的异常错误类
-
Description: UsernameAlreadyExistsException
- UsernameAlreadyExistsException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.UsernameAlreadyExistsException
- UsernameAlreadyExistsException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.identity.exception.UsernameAlreadyExistsException
- UserPrincipal - cn.herodotus.stirrup.core.identity.domain中的类
-
Description: 用户登录信息
- UserPrincipal() - 类的构造器 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
- UserPrincipal(String, String, String) - 类的构造器 cn.herodotus.stirrup.core.identity.domain.UserPrincipal
V
- valueOf(String) - 枚举类中的静态方法 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
-
返回带有指定名称的该类的枚举常量。
- values() - 枚举类中的静态方法 cn.herodotus.stirrup.core.identity.enums.PermissionExpression
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
常量字段值|所有程序包|所有类和接口|序列化表格