Index

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

A

AbstractOAuth2EntityConverter<S,T> - Class in cn.herodotus.engine.oauth2.data.jpa.definition.converter
Description: 封装RegisteredClientAdapter 默认行为
AbstractOAuth2EntityConverter(OAuth2JacksonProcessor) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractOAuth2EntityConverter
 
AbstractRegisteredClient - Class in cn.herodotus.engine.oauth2.data.jpa.definition.domain
Description: 多实例共用 RegisteredClient属性
AbstractRegisteredClient() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
AbstractRegisteredClientConverter<S extends RegisteredClientDetails> - Class in cn.herodotus.engine.oauth2.data.jpa.definition.converter
Description: RegisteredClient 转换器
AbstractRegisteredClientConverter(OAuth2JacksonProcessor) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractRegisteredClientConverter
 
authorizationConsentService(HerodotusAuthorizationConsentService, RegisteredClientRepository) - Method in class cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
 
AuthorizationGrantTypeMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: AuthorizationGrantTypesMixin
AuthorizationGrantTypeMixin(String) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.AuthorizationGrantTypeMixin
 
authorizationService(HerodotusAuthorizationService, RegisteredClientRepository) - Method in class cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
 

C

clearHistoryToken() - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
ClientAuthenticationMethodMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: ClientAuthenticationMethodMixin
ClientAuthenticationMethodMixin(String) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientAuthenticationMethodMixin
 
ClientSettingsDeserializer - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: ClientSettingsDeserializer
ClientSettingsDeserializer() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientSettingsDeserializer
 
ClientSettingsMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: ClientSettingsMixin
ClientSettingsMixin() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientSettingsMixin
 
cn.herodotus.engine.oauth2.data.jpa.configuration - package cn.herodotus.engine.oauth2.data.jpa.configuration
 
cn.herodotus.engine.oauth2.data.jpa.converter - package cn.herodotus.engine.oauth2.data.jpa.converter
 
cn.herodotus.engine.oauth2.data.jpa.definition.converter - package cn.herodotus.engine.oauth2.data.jpa.definition.converter
 
cn.herodotus.engine.oauth2.data.jpa.definition.domain - package cn.herodotus.engine.oauth2.data.jpa.definition.domain
 
cn.herodotus.engine.oauth2.data.jpa.entity - package cn.herodotus.engine.oauth2.data.jpa.entity
 
cn.herodotus.engine.oauth2.data.jpa.generator - package cn.herodotus.engine.oauth2.data.jpa.generator
 
cn.herodotus.engine.oauth2.data.jpa.jackson2 - package cn.herodotus.engine.oauth2.data.jpa.jackson2
 
cn.herodotus.engine.oauth2.data.jpa.repository - package cn.herodotus.engine.oauth2.data.jpa.repository
 
cn.herodotus.engine.oauth2.data.jpa.service - package cn.herodotus.engine.oauth2.data.jpa.service
 
cn.herodotus.engine.oauth2.data.jpa.storage - package cn.herodotus.engine.oauth2.data.jpa.storage
 
convert(HerodotusAuthorization) - Method in class cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2AuthorizationConverter
 
convert(HerodotusAuthorizationConsent) - Method in class cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2AuthorizationConsentConverter
 
convert(RegisteredClient) - Method in class cn.herodotus.engine.oauth2.data.jpa.converter.OAuth2ToHerodotusRegisteredClientConverter
 
convert(OAuth2Authorization) - Method in class cn.herodotus.engine.oauth2.data.jpa.converter.OAuth2ToHerodotusAuthorizationConverter
 
convert(OAuth2AuthorizationConsent) - Method in class cn.herodotus.engine.oauth2.data.jpa.converter.OAuth2ToHerodotusAuthorizationConsentConverter
 
convert(S) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractRegisteredClientConverter
 
convert(S) - Method in interface cn.herodotus.engine.oauth2.data.jpa.definition.converter.RegisteredClientConverter
 

D

deleteByRefreshTokenExpiresAtBefore(LocalDateTime) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据 RefreshToken 过期时间,清理历史 Token信息
deleteByRegisteredClientIdAndPrincipalName(String, String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationConsentRepository
根据 client id 和 principalName 删除 OAuth2 确认信息
deleteByRegisteredClientIdAndPrincipalName(String, String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
 
deserialize(JsonParser, DeserializationContext) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientSettingsDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.FormLoginWebAuthenticationDetailsDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.HerodotusGrantedAuthorityDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2ClientAuthenticationTokenDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.RegisteredClientDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.TokenSettingsDeserializer
 

E

equals(Object) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
equals(Object) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
equals(Object) - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 

F

findAllByRegisteredClientIdAndPrincipalNameAndAccessTokenExpiresAtAfter(String, String, LocalDateTime) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据客户端ID和用户名查询未过期Token
findAuthorizationCount(String, String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findAuthorizationCount(String, String) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
 
findAvailableAuthorizations(String, String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findAvailableAuthorizations(String, String) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
 
findByAccessToken(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findByAccessTokenValue(String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据 Access Token 查询 OAuth2 认证信息
findByAuthorizationCode(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findByAuthorizationCodeValue(String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据 authorizationCode 查询 OAuth2 认证信息
findByClientId(String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusRegisteredClientRepository
根据 ClientId 查询 RegisteredClient
findByClientId(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
 
findByClientId(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
 
findByDeviceCodeValue(String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据 Device Code 查询 OAuth2 认证信息
findByDeviceCodeValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findById(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
 
findById(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
 
findById(String, String) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService
 
findByOidcIdTokenValue(String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据 Id Token 查询 OAuth2 认证信息
findByOidcIdTokenValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findByRefreshToken(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findByRefreshTokenValue(String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据 Refresh Token 查询 OAuth2 认证信息
findByRegisteredClientIdAndPrincipalName(String, String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationConsentRepository
根据 client id 和 principalName 查询 OAuth2 确认信息
findByRegisteredClientIdAndPrincipalName(String, String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
 
findByState(String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据 State 查询 OAuth2 认证信息
findByState(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findByStateOrAuthorizationCodeValueOrAccessTokenValueOrRefreshTokenValueOrOidcIdTokenValueOrUserCodeValueOrDeviceCodeValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
findByToken(String, OAuth2TokenType) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
 
findByUserCodeValue(String) - Method in interface cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
根据 User Code 查询 OAuth2 认证信息
findByUserCodeValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
FormLoginWebAuthenticationDetailsDeserializer - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: FormLoginWebAuthenticationDetailsDeserializer
FormLoginWebAuthenticationDetailsDeserializer() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.FormLoginWebAuthenticationDetailsDeserializer
 
FormLoginWebAuthenticationDetailsMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: FormLoginWebAuthenticationDetailsMixin
FormLoginWebAuthenticationDetailsMixin() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.FormLoginWebAuthenticationDetailsMixin
 

G

generate(SharedSessionContractImplementor, Object) - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationUuidGeneratorType
 
generate(SharedSessionContractImplementor, Object) - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusRegisteredClientUuidGeneratorType
 
getAccessTokenExpiresAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAccessTokenIssuedAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAccessTokenMetadata() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAccessTokenScopes() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAccessTokenType() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAccessTokenValue() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAttributes() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAuthorities() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
getAuthorizationCodeExpiresAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAuthorizationCodeIssuedAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAuthorizationCodeMetadata() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAuthorizationCodeValue() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAuthorizationGrantType() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getAuthorizationGrantTypes() - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
getAuthorizedScopes() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getClientAuthenticationMethods() - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
getClientId() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
getClientIdIssuedAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
getClientName() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
getClientSecret() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
getClientSecretExpiresAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
getClientSettings() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
getClientSettings(HerodotusRegisteredClient) - Method in class cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2RegisteredClientConverter
 
getClientSettings(S) - Method in interface cn.herodotus.engine.oauth2.data.jpa.definition.converter.RegisteredClientConverter
 
getDeviceCodeExpiresAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getDeviceCodeIssuedAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getDeviceCodeMetadata() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getDeviceCodeValue() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getId() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getId() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
getOidcIdTokenClaims() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getOidcIdTokenExpiresAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getOidcIdTokenIssuedAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getOidcIdTokenMetadata() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getOidcIdTokenValue() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getPostLogoutRedirectUris() - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
getPrincipalName() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getPrincipalName() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
getPrincipalName() - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 
getRedirectUris() - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
getRefreshTokenExpiresAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getRefreshTokenIssuedAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getRefreshTokenMetadata() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getRefreshTokenValue() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getRegisteredClientId() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getRegisteredClientId() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
getRegisteredClientId() - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 
getRepository() - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
 
getRepository() - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
getRepository() - Method in class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
 
getScopes() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
getScopes(HerodotusRegisteredClient) - Method in class cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2RegisteredClientConverter
 
getScopes(S) - Method in interface cn.herodotus.engine.oauth2.data.jpa.definition.converter.RegisteredClientConverter
 
getState() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getTokenSettings() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
getTokenSettings(HerodotusRegisteredClient) - Method in class cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2RegisteredClientConverter
 
getTokenSettings(S) - Method in interface cn.herodotus.engine.oauth2.data.jpa.definition.converter.RegisteredClientConverter
 
getUserCodeExpiresAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getUserCodeIssuedAt() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getUserCodeMetadata() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
getUserCodeValue() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 

H

hashCode() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
hashCode() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
hashCode() - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 
HerodotusAuthorization - Class in cn.herodotus.engine.oauth2.data.jpa.entity
Description: OAuth2 认证信息
HerodotusAuthorization() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
HerodotusAuthorizationConsent - Class in cn.herodotus.engine.oauth2.data.jpa.entity
Description: OAuth2 认证确认信息实体
HerodotusAuthorizationConsent() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
HerodotusAuthorizationConsentId - Class in cn.herodotus.engine.oauth2.data.jpa.generator
Description: OAuth2AuthorizationConsent 联合主键
HerodotusAuthorizationConsentId() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 
HerodotusAuthorizationConsentId(String, String) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 
HerodotusAuthorizationConsentRepository - Interface in cn.herodotus.engine.oauth2.data.jpa.repository
Description: HerodotusAuthorizationConsentRepository
HerodotusAuthorizationConsentService - Class in cn.herodotus.engine.oauth2.data.jpa.service
Description: HerodotusAuthorizationConsentService
HerodotusAuthorizationConsentService(HerodotusAuthorizationConsentRepository) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
 
HerodotusAuthorizationRepository - Interface in cn.herodotus.engine.oauth2.data.jpa.repository
Description: HerodotusAuthorizationRepository
HerodotusAuthorizationService - Class in cn.herodotus.engine.oauth2.data.jpa.service
Description: HerodotusAuthorizationService
HerodotusAuthorizationService(HerodotusAuthorizationRepository) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
 
HerodotusAuthorizationUuidGenerator - Annotation Interface in cn.herodotus.engine.oauth2.data.jpa.generator
Description: HerodotusAuthorizationUuid 注解
HerodotusAuthorizationUuidGeneratorType - Class in cn.herodotus.engine.oauth2.data.jpa.generator
Description: OAuth2Authorization Id 生成器
HerodotusAuthorizationUuidGeneratorType(HerodotusAuthorizationUuidGenerator, Member, CustomIdGeneratorCreationContext) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationUuidGeneratorType
 
HerodotusGrantedAuthorityDeserializer - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: HerodotusGrantedAuthority 反序列化
HerodotusGrantedAuthorityDeserializer() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.HerodotusGrantedAuthorityDeserializer
 
HerodotusGrantedAuthorityMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: HerodotusGrantedAuthority Jackson2 Mixin
HerodotusGrantedAuthorityMixin() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.HerodotusGrantedAuthorityMixin
 
HerodotusJackson2Module - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: 自定义 User Details Module
HerodotusJackson2Module() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.HerodotusJackson2Module
 
HerodotusRegisteredClient - Class in cn.herodotus.engine.oauth2.data.jpa.entity
Description: OAuth2 客户端实体
HerodotusRegisteredClient() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
HerodotusRegisteredClientRepository - Interface in cn.herodotus.engine.oauth2.data.jpa.repository
Description: HerodotusRegisteredClientRepository
HerodotusRegisteredClientService - Class in cn.herodotus.engine.oauth2.data.jpa.service
Description: HerodotusRegisteredClientService
HerodotusRegisteredClientService(HerodotusRegisteredClientRepository) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
 
HerodotusRegisteredClientUuidGenerator - Annotation Interface in cn.herodotus.engine.oauth2.data.jpa.generator
Description: HerodotusRegisteredClientUuid 注解
HerodotusRegisteredClientUuidGeneratorType - Class in cn.herodotus.engine.oauth2.data.jpa.generator
Description: OAuth2RegisteredClient Id 生成器
HerodotusRegisteredClientUuidGeneratorType(HerodotusRegisteredClientUuidGenerator, Member, CustomIdGeneratorCreationContext) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusRegisteredClientUuidGeneratorType
 
HerodotusToOAuth2AuthorizationConsentConverter - Class in cn.herodotus.engine.oauth2.data.jpa.converter
Description: HerodotusAuthorizationConsent 转 OAuth2AuthorizationConsent 转换器
HerodotusToOAuth2AuthorizationConsentConverter(RegisteredClientRepository) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2AuthorizationConsentConverter
 
HerodotusToOAuth2AuthorizationConverter - Class in cn.herodotus.engine.oauth2.data.jpa.converter
Description: HerodotusAuthorization 转 OAuth2Authorization 转换器
HerodotusToOAuth2AuthorizationConverter(OAuth2JacksonProcessor, RegisteredClientRepository) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2AuthorizationConverter
 
HerodotusToOAuth2RegisteredClientConverter - Class in cn.herodotus.engine.oauth2.data.jpa.converter
Description: HerodotusRegisteredClient 转 换适配器
HerodotusToOAuth2RegisteredClientConverter(OAuth2JacksonProcessor) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.converter.HerodotusToOAuth2RegisteredClientConverter
 
HerodotusUserMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: 自定义 UserDetails Mixin
HerodotusUserMixin() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.HerodotusUserMixin
 

J

JpaOAuth2AuthorizationConsentService - Class in cn.herodotus.engine.oauth2.data.jpa.storage
Description: 基于 JPA 的 OAuth2 认证服务
JpaOAuth2AuthorizationConsentService(HerodotusAuthorizationConsentService, RegisteredClientRepository) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService
 
JpaOAuth2AuthorizationService - Class in cn.herodotus.engine.oauth2.data.jpa.storage
Description: 基于 JPA 的 OAuth2 认证服务
JpaOAuth2AuthorizationService(HerodotusAuthorizationService, RegisteredClientRepository) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
 
JpaRegisteredClientRepository - Class in cn.herodotus.engine.oauth2.data.jpa.storage
Description: 基于Jpa 的 RegisteredClient服务
JpaRegisteredClientRepository(HerodotusRegisteredClientService, PasswordEncoder) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
 

O

OAuth2ClientAuthenticationTokenDeserializer - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: OAuth2ClientAuthenticationTokenDeserializer
OAuth2ClientAuthenticationTokenDeserializer() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2ClientAuthenticationTokenDeserializer
 
OAuth2ClientAuthenticationTokenMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: OAuth2ClientAuthenticationTokenMixin
OAuth2ClientAuthenticationTokenMixin() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2ClientAuthenticationTokenMixin
 
OAuth2DataJpaConfiguration - Class in cn.herodotus.engine.oauth2.data.jpa.configuration
Description: OAuth2 Manager 模块配置
OAuth2DataJpaConfiguration() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
 
OAuth2JacksonProcessor - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: OAuth2 相关 Jackson 处理器
OAuth2JacksonProcessor() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2JacksonProcessor
 
OAuth2ToHerodotusAuthorizationConsentConverter - Class in cn.herodotus.engine.oauth2.data.jpa.converter
Description: OAuth2AuthorizationConsent 转 HerodotusAuthorizationConsent 转换器
OAuth2ToHerodotusAuthorizationConsentConverter() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.converter.OAuth2ToHerodotusAuthorizationConsentConverter
 
OAuth2ToHerodotusAuthorizationConverter - Class in cn.herodotus.engine.oauth2.data.jpa.converter
Description: OAuth2Authorization 转 HerodotusAuthorization 转换器
OAuth2ToHerodotusAuthorizationConverter(OAuth2JacksonProcessor) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.converter.OAuth2ToHerodotusAuthorizationConverter
 
OAuth2ToHerodotusRegisteredClientConverter - Class in cn.herodotus.engine.oauth2.data.jpa.converter
Description: RegisteredClient 转 HerodotusRegisteredClient 转换器
OAuth2ToHerodotusRegisteredClientConverter(OAuth2JacksonProcessor, PasswordEncoder) - Constructor for class cn.herodotus.engine.oauth2.data.jpa.converter.OAuth2ToHerodotusRegisteredClientConverter
 
OAuth2TokenJackson2Module - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: 自定义 OAutho2 Module
OAuth2TokenJackson2Module() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2TokenJackson2Module
 

P

parseMap(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractOAuth2EntityConverter
 
parseMap(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2JacksonProcessor
 
postConstruct() - Method in class cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
 

R

RegisteredClientConverter<S extends RegisteredClientDetails> - Interface in cn.herodotus.engine.oauth2.data.jpa.definition.converter
Description: 转换为 RegisteredClient 转换器定义
RegisteredClientDeserializer - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: RegisteredClientDeserializer
RegisteredClientDeserializer() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.RegisteredClientDeserializer
 
RegisteredClientMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: RegisteredClientMixin
RegisteredClientMixin() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.RegisteredClientMixin
 
registeredClientRepository(HerodotusRegisteredClientService, PasswordEncoder) - Method in class cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
 
remove(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
 
remove(OAuth2Authorization) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
 
remove(OAuth2AuthorizationConsent) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService
 

S

save(RegisteredClient) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
 
save(OAuth2Authorization) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
 
save(OAuth2AuthorizationConsent) - Method in class cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService
 
setAccessTokenExpiresAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAccessTokenIssuedAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAccessTokenMetadata(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAccessTokenScopes(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAccessTokenType(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAccessTokenValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAttributes(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAuthorities(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
setAuthorizationCodeExpiresAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAuthorizationCodeIssuedAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAuthorizationCodeMetadata(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAuthorizationCodeValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAuthorizationGrantType(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setAuthorizationGrantTypes(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
setAuthorizedScopes(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setClientAuthenticationMethods(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
setClientId(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
setClientIdIssuedAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
setClientName(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
setClientSecret(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
setClientSecretExpiresAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
setClientSettings(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
setDeviceCodeExpiresAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setDeviceCodeIssuedAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setDeviceCodeMetadata(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setDeviceCodeValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setId(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setId(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
setOidcIdTokenClaims(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setOidcIdTokenExpiresAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setOidcIdTokenIssuedAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setOidcIdTokenMetadata(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setOidcIdTokenValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setPostLogoutRedirectUris(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
setPrincipalName(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setPrincipalName(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
setPrincipalName(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 
setRedirectUris(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.domain.AbstractRegisteredClient
 
setRefreshTokenExpiresAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setRefreshTokenIssuedAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setRefreshTokenMetadata(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setRefreshTokenValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setRegisteredClientId(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setRegisteredClientId(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
setRegisteredClientId(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 
setScopes(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
setState(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setTokenSettings(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
setupModule(Module.SetupContext) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.HerodotusJackson2Module
 
setupModule(Module.SetupContext) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2TokenJackson2Module
 
setUserCodeExpiresAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setUserCodeIssuedAt(LocalDateTime) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setUserCodeMetadata(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
setUserCodeValue(String) - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 

T

TokenSettingsDeserializer - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: TokenSettingsDeserializer
TokenSettingsDeserializer() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.TokenSettingsDeserializer
 
TokenSettingsMixin - Class in cn.herodotus.engine.oauth2.data.jpa.jackson2
Description: TokenSettingsMixin
TokenSettingsMixin() - Constructor for class cn.herodotus.engine.oauth2.data.jpa.jackson2.TokenSettingsMixin
 
toString() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
 
toString() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
 
toString() - Method in class cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
 
toString() - Method in class cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
 

W

writeMap(Map<String, Object>) - Method in class cn.herodotus.engine.oauth2.data.jpa.definition.converter.AbstractOAuth2EntityConverter
 
writeMap(Map<String, Object>) - Method in class cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2JacksonProcessor
 
A C D E F G H J O P R S T W 
All Classes and Interfaces|All Packages|Serialized Form