Index

A C D E F G H I J L M N O P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractOAuth2RegisteredClient - Class in cn.herodotus.engine.logic.identity.definition
Description: 应用对象转 RegisteredClient 共性属性
AbstractOAuth2RegisteredClient() - Constructor for class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
AbstractOAuth2RegisteredClientConverter<T extends AbstractOAuth2RegisteredClient> - Class in cn.herodotus.engine.logic.identity.definition
Description: OAuth2Application
AbstractOAuth2RegisteredClientConverter() - Constructor for class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClientConverter
 
activate(String, boolean) - Method in interface cn.herodotus.engine.logic.identity.repository.OAuth2DeviceRepository
激活设备
activate(String, boolean) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2DeviceService
 
APP - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
 
ApplicationType - Enum Class in cn.herodotus.engine.logic.identity.enums
Description: 应用类别
assigned(String, Set<OAuth2Permission>) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ScopeService
 
AuthenticationMethod - Enum Class in cn.herodotus.engine.logic.identity.enums
Description: 客户端身份验证模式
AUTHORIZATION_CODE - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.GrantType
enum
authorize(String, String[]) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ApplicationService
 
authorize(String, String[]) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2DeviceService
 

C

CLIENT_CREDENTIALS - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
CLIENT_SECRET_BASIC - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
enum
CLIENT_SECRET_JWT - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 
CLIENT_SECRET_POST - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 
clientDetailsService(OAuth2ApplicationService) - Method in class cn.herodotus.engine.logic.identity.config.LogicIdentityConfiguration
 
cn.herodotus.engine.logic.identity.config - package cn.herodotus.engine.logic.identity.config
 
cn.herodotus.engine.logic.identity.converter - package cn.herodotus.engine.logic.identity.converter
 
cn.herodotus.engine.logic.identity.definition - package cn.herodotus.engine.logic.identity.definition
 
cn.herodotus.engine.logic.identity.entity - package cn.herodotus.engine.logic.identity.entity
 
cn.herodotus.engine.logic.identity.enums - package cn.herodotus.engine.logic.identity.enums
 
cn.herodotus.engine.logic.identity.generator - package cn.herodotus.engine.logic.identity.generator
 
cn.herodotus.engine.logic.identity.repository - package cn.herodotus.engine.logic.identity.repository
 
cn.herodotus.engine.logic.identity.service - package cn.herodotus.engine.logic.identity.service
 
convert(RegisteredClient) - Method in class cn.herodotus.engine.logic.identity.converter.RegisteredClientToOAuth2DeviceConverter
 

D

deleteById(String) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ApplicationService
 
deleteById(String) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2DeviceService
 
DEVICE_CODE - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 

E

equals(Object) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
equals(Object) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 

F

findAuthoritiesById(String) - Method in class cn.herodotus.engine.logic.identity.definition.HerodotusClientDetailsService
 
findByClientId(String) - Method in interface cn.herodotus.engine.logic.identity.repository.OAuth2ApplicationRepository
根据 Client ID 查询 OAuth2Application
findByClientId(String) - Method in interface cn.herodotus.engine.logic.identity.repository.OAuth2DeviceRepository
根据 Client ID 查询 OAuth2Device
findByClientId(String) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ApplicationService
 
findByScopeCode(String) - Method in interface cn.herodotus.engine.logic.identity.repository.OAuth2ScopeRepository
根据范围代码查询应用范围
findByScopeCode(String) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ScopeService
 
findByScopeCodeIn(List<String>) - Method in interface cn.herodotus.engine.logic.identity.repository.OAuth2ScopeRepository
根据 scope codes 查询对应的对象列表
findByScopeCodeIn(List<String>) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ScopeService
 

G

generate(SharedSessionContractImplementor, Object) - Method in class cn.herodotus.engine.logic.identity.generator.OAuth2PermissionIdGeneratorType
 
get(Integer) - Static method in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
 
get(Integer) - Static method in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 
get(Integer) - Static method in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
getAbbreviation() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
getAccessTokenFormat() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getAccessTokenValidity() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getActivated() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
getAllEnums() - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ConstantService
 
getApplicationId() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
getApplicationName() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
getApplicationType() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
getAuthenticationSigningAlgorithm() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getAuthorizationCodeValidity() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getClientId() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getClientSecret() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getClientSettings(T) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClientConverter
 
getDescription() - Method in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
 
getDescription() - Method in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 
getDescription() - Method in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
getDeviceCodeValidity() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getDeviceId() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
getDeviceName() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
getHomepage() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
getId() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
getId() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
getIdTokenSignatureAlgorithm() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getIdTokenSignatureAlgorithmJwsAlgorithm() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getJwkSetUrl() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getLogo() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
getPermissionCode() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Permission
 
getPermissionId() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Permission
 
getPermissionName() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Permission
 
getPermissions() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
getPreprocessedJsonStructure() - Static method in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
 
getPreprocessedJsonStructure() - Static method in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 
getPreprocessedJsonStructure() - Static method in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
getProductId() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
getProductId() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Product
 
getProductKey() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Product
 
getRefreshTokenValidity() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getRepository() - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ApplicationService
 
getRepository() - Method in class cn.herodotus.engine.logic.identity.service.OAuth2DeviceService
 
getRepository() - Method in class cn.herodotus.engine.logic.identity.service.OAuth2PermissionService
 
getRepository() - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ProductService
 
getRepository() - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ScopeService
 
getRequireAuthorizationConsent() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getRequireProofKey() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getReuseRefreshTokens() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getScopeCode() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
getScopeId() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
getScopeName() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
getScopes() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getScopes() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
getScopes() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
getScopes(T) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClientConverter
 
getTokenSettings(T) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClientConverter
 
getValue() - Method in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
不加@JsonValue,转换的时候转换出完整的对象。
getValue() - Method in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 
getValue() - Method in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
getX509CertificateBoundAccessTokens() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
getX509CertificateSubjectDN() - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
GrantType - Enum Class in cn.herodotus.engine.logic.identity.enums
Description: OAuth2 认证模式枚举

H

hashCode() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
hashCode() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
HerodotusClientDetailsService - Class in cn.herodotus.engine.logic.identity.definition
Description: 客户端交互处理器
HerodotusClientDetailsService(OAuth2ApplicationService) - Constructor for class cn.herodotus.engine.logic.identity.definition.HerodotusClientDetailsService
 

I

IOT - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
 

J

JWT_BEARER - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 

L

LogicIdentityConfiguration - Class in cn.herodotus.engine.logic.identity.config
Description: SAS Identity 业务逻辑配置模块
LogicIdentityConfiguration() - Constructor for class cn.herodotus.engine.logic.identity.config.LogicIdentityConfiguration
 

M

MINI - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
 

N

NONE - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 

O

OAuth2Application - Class in cn.herodotus.engine.logic.identity.entity
Description: OAuth2 应用
OAuth2Application() - Constructor for class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
OAuth2ApplicationRepository - Interface in cn.herodotus.engine.logic.identity.repository
Description: OAuth2ApplicationRepository
OAuth2ApplicationService - Class in cn.herodotus.engine.logic.identity.service
Description: OAuth2ApplicationService
OAuth2ApplicationService(RegisteredClientRepository, HerodotusRegisteredClientRepository, OAuth2ApplicationRepository) - Constructor for class cn.herodotus.engine.logic.identity.service.OAuth2ApplicationService
 
OAuth2ApplicationToRegisteredClientConverter - Class in cn.herodotus.engine.logic.identity.converter
Description: OAuth2Application 转 RegisteredClient 转换器
OAuth2ApplicationToRegisteredClientConverter() - Constructor for class cn.herodotus.engine.logic.identity.converter.OAuth2ApplicationToRegisteredClientConverter
 
OAuth2ConstantService - Class in cn.herodotus.engine.logic.identity.service
Description: OAuth2 常量服务
OAuth2ConstantService() - Constructor for class cn.herodotus.engine.logic.identity.service.OAuth2ConstantService
 
OAuth2Device - Class in cn.herodotus.engine.logic.identity.entity
Description: 物联网设备管理
OAuth2Device() - Constructor for class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
OAuth2DeviceRepository - Interface in cn.herodotus.engine.logic.identity.repository
Description: OAuth2DeviceRepository
OAuth2DeviceService - Class in cn.herodotus.engine.logic.identity.service
Description: OAuth2DeviceService
OAuth2DeviceService(RegisteredClientRepository, HerodotusRegisteredClientRepository, OAuth2DeviceRepository, OAuth2ScopeService) - Constructor for class cn.herodotus.engine.logic.identity.service.OAuth2DeviceService
 
OAuth2DeviceToRegisteredClientConverter - Class in cn.herodotus.engine.logic.identity.converter
Description: OAuth2Device 转 RegisteredClient 转换器
OAuth2DeviceToRegisteredClientConverter() - Constructor for class cn.herodotus.engine.logic.identity.converter.OAuth2DeviceToRegisteredClientConverter
 
OAuth2Permission - Class in cn.herodotus.engine.logic.identity.entity
Description: 客户端权限
OAuth2Permission() - Constructor for class cn.herodotus.engine.logic.identity.entity.OAuth2Permission
 
OAuth2PermissionIdGenerator - Annotation Interface in cn.herodotus.engine.logic.identity.generator
Description: OAuth2AuthorityUuid
OAuth2PermissionIdGeneratorType - Class in cn.herodotus.engine.logic.identity.generator
Description: 使得保存实体类时可以在保留主键生成策略的情况下自定义表的主键
OAuth2PermissionIdGeneratorType(OAuth2PermissionIdGenerator, Member, CustomIdGeneratorCreationContext) - Constructor for class cn.herodotus.engine.logic.identity.generator.OAuth2PermissionIdGeneratorType
 
OAuth2PermissionRepository - Interface in cn.herodotus.engine.logic.identity.repository
Description: OAuth2AuthorityRepository
OAuth2PermissionService - Class in cn.herodotus.engine.logic.identity.service
Description: OAuth2PermissionService
OAuth2PermissionService(OAuth2PermissionRepository) - Constructor for class cn.herodotus.engine.logic.identity.service.OAuth2PermissionService
 
OAuth2Product - Class in cn.herodotus.engine.logic.identity.entity
Description: 物联网产品
OAuth2Product() - Constructor for class cn.herodotus.engine.logic.identity.entity.OAuth2Product
 
OAuth2ProductRepository - Interface in cn.herodotus.engine.logic.identity.repository
Description: OAuth2ProductRepository
OAuth2ProductService - Class in cn.herodotus.engine.logic.identity.service
Description: OAuth2ProductService
OAuth2ProductService(OAuth2ProductRepository) - Constructor for class cn.herodotus.engine.logic.identity.service.OAuth2ProductService
 
OAuth2Scope - Class in cn.herodotus.engine.logic.identity.entity
Description : Oauth Scope
OAuth2Scope() - Constructor for class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
OAuth2ScopeRepository - Interface in cn.herodotus.engine.logic.identity.repository
Description : OauthScopeRepository
OAuth2ScopeService - Class in cn.herodotus.engine.logic.identity.service
Description : OauthScopeService
OAuth2ScopeService(OAuth2ScopeRepository) - Constructor for class cn.herodotus.engine.logic.identity.service.OAuth2ScopeService
 

P

PASSWORD - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
postConstruct() - Method in class cn.herodotus.engine.logic.identity.config.LogicIdentityConfiguration
 
PRIVATE_KEY_JWT - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 

R

REFRESH_TOKEN - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
RegisteredClientToOAuth2DeviceConverter - Class in cn.herodotus.engine.logic.identity.converter
Description: OAuth2Device 转 RegisteredClient 转换器
RegisteredClientToOAuth2DeviceConverter(OAuth2ScopeService) - Constructor for class cn.herodotus.engine.logic.identity.converter.RegisteredClientToOAuth2DeviceConverter
 

S

saveAndFlush(OAuth2Application) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2ApplicationService
 
saveAndFlush(OAuth2Device) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2DeviceService
 
SELF_SIGNED_TLS_CLIENT_AUTH - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 
SERVICE - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
 
setAbbreviation(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
setAccessTokenFormat(TokenFormat) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setAccessTokenValidity(Duration) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setActivated(Boolean) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
setApplicationId(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
setApplicationName(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
setApplicationType(ApplicationType) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
setAuthenticationSigningAlgorithm(AllJwsAlgorithm) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setAuthorizationCodeValidity(Duration) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setClientId(String) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setClientSecret(String) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setDeviceCodeValidity(Duration) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setDeviceId(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
setDeviceName(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
setHomepage(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
setIdTokenSignatureAlgorithm(SignatureJwsAlgorithm) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setIdTokenSignatureAlgorithmJwsAlgorithm(SignatureJwsAlgorithm) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setJwkSetUrl(String) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setLogo(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
setPermissionCode(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Permission
 
setPermissionId(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Permission
 
setPermissionName(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Permission
 
setPermissions(Set<OAuth2Permission>) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
setProductId(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
setProductId(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Product
 
setProductKey(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Product
 
setRefreshTokenValidity(Duration) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setRequireAuthorizationConsent(Boolean) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setRequireProofKey(Boolean) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setReuseRefreshTokens(Boolean) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setScopeCode(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
setScopeId(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
setScopeName(String) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 
setScopes(Set<OAuth2Scope>) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
setScopes(Set<OAuth2Scope>) - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
setX509CertificateBoundAccessTokens(Boolean) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
setX509CertificateSubjectDN(String) - Method in class cn.herodotus.engine.logic.identity.definition.AbstractOAuth2RegisteredClient
 
SOCIAL_CREDENTIALS - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
sync(OidcClientRegistration) - Method in class cn.herodotus.engine.logic.identity.service.OAuth2DeviceService
客户端自动注册是将信息存储在 oauth2_registered_client 中。

T

TLS_CLIENT_AUTH - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
 
TOKEN_EXCHANGE - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.GrantType
 
toString() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Application
 
toString() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Device
 
toString() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Permission
 
toString() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Product
 
toString() - Method in class cn.herodotus.engine.logic.identity.entity.OAuth2Scope
 

V

valueOf(String) - Static method in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class cn.herodotus.engine.logic.identity.enums.GrantType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class cn.herodotus.engine.logic.identity.enums.AuthenticationMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class cn.herodotus.engine.logic.identity.enums.GrantType
Returns an array containing the constants of this enum class, in the order they are declared.

W

WAP - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
 
WEB - Enum constant in enum class cn.herodotus.engine.logic.identity.enums.ApplicationType
应用类型
A C D E F G H I J L M N O P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form