索引
All Classes and Interfaces|所有程序包|序列化表格
A
- authorizationConsentService(HerodotusAuthorizationConsentService, RegisteredClientRepository) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
- AuthorizationGrantTypeMixin - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: AuthorizationGrantTypesMixin
- AuthorizationGrantTypeMixin(String) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.AuthorizationGrantTypeMixin
- authorizationService(HerodotusAuthorizationService, RegisteredClientRepository) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
C
- clearHistoryToken() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- ClientAuthenticationMethodMixin - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: ClientAuthenticationMethodMixin
- ClientAuthenticationMethodMixin(String) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientAuthenticationMethodMixin
- ClientSettingsDeserializer - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: ClientSettingsDeserializer
- ClientSettingsDeserializer() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientSettingsDeserializer
- ClientSettingsMixin - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: ClientSettingsMixin
- ClientSettingsMixin() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientSettingsMixin
- cn.herodotus.engine.oauth2.data.jpa.configuration - 程序包 cn.herodotus.engine.oauth2.data.jpa.configuration
- cn.herodotus.engine.oauth2.data.jpa.entity - 程序包 cn.herodotus.engine.oauth2.data.jpa.entity
- cn.herodotus.engine.oauth2.data.jpa.generator - 程序包 cn.herodotus.engine.oauth2.data.jpa.generator
- cn.herodotus.engine.oauth2.data.jpa.jackson2 - 程序包 cn.herodotus.engine.oauth2.data.jpa.jackson2
- cn.herodotus.engine.oauth2.data.jpa.repository - 程序包 cn.herodotus.engine.oauth2.data.jpa.repository
- cn.herodotus.engine.oauth2.data.jpa.service - 程序包 cn.herodotus.engine.oauth2.data.jpa.service
- cn.herodotus.engine.oauth2.data.jpa.storage - 程序包 cn.herodotus.engine.oauth2.data.jpa.storage
- cn.herodotus.engine.oauth2.data.jpa.utils - 程序包 cn.herodotus.engine.oauth2.data.jpa.utils
D
- deleteByRefreshTokenExpiresAtBefore(LocalDateTime) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
-
根据 RefreshToken 过期时间,清理历史 Token信息
- deleteByRegisteredClientIdAndPrincipalName(String, String) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationConsentRepository
-
根据 client id 和 principalName 删除 OAuth2 确认信息
- deleteByRegisteredClientIdAndPrincipalName(String, String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.jackson2.ClientSettingsDeserializer
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2ClientAuthenticationTokenDeserializer
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.jackson2.RegisteredClientDeserializer
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.jackson2.TokenSettingsDeserializer
E
- equals(Object) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- equals(Object) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
F
- findAllByRegisteredClientIdAndPrincipalNameAndAccessTokenExpiresAtAfter(String, String, LocalDateTime) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
-
根据客户端ID和用户名查询未过期Token
- findAuthorizationCount(String, String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- findAuthorizationCount(String, String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
- findAvailableAuthorizations(String, String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- findAvailableAuthorizations(String, String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
- findByAccessToken(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- findByAccessTokenValue(String) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
-
根据 Access Token 查询 OAuth2 认证信息
- findByAuthorizationCode(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- findByAuthorizationCodeValue(String) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
-
根据 authorizationCode 查询 OAuth2 认证信息
- findByClientId(String) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusRegisteredClientRepository
-
根据 ClientId 查询 RegisteredClient
- findByClientId(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
- findByClientId(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
- findById(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
- findById(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
- findById(String, String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService
- findByRefreshToken(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- findByRefreshTokenValue(String) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
-
根据 Refresh Token 查询 OAuth2 认证信息
- findByRegisteredClientIdAndPrincipalName(String, String) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationConsentRepository
-
根据 client id 和 principalName 查询 OAuth2 确认信息
- findByRegisteredClientIdAndPrincipalName(String, String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
- findByState(String) - 接口中的方法 cn.herodotus.engine.oauth2.data.jpa.repository.HerodotusAuthorizationRepository
-
根据 State 查询 OAuth2 认证信息
- findByState(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- findByStateOrAuthorizationCodeValueOrAccessTokenValueOrRefreshTokenValue(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- findByToken(String, OAuth2TokenType) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
G
- generate(SharedSessionContractImplementor, Object) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationUuidGenerator
- generate(SharedSessionContractImplementor, Object) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusRegisteredClientUuidGenerator
- getAccessTokenExpiresAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAccessTokenIssuedAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAccessTokenMetadata() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAccessTokenScopes() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAccessTokenType() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAccessTokenValue() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAttributes() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAuthorities() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- getAuthorizationCodeExpiresAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAuthorizationCodeIssuedAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAuthorizationCodeMetadata() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAuthorizationCodeValue() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAuthorizationGrantType() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getAuthorizationGrantTypes() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getAuthorizedScopes() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getClientAuthenticationMethods() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getClientId() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getClientIdIssuedAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getClientName() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getClientSecret() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getClientSecretExpiresAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getClientSettings() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getId() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getId() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getOidcIdTokenClaims() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getOidcIdTokenExpiresAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getOidcIdTokenIssuedAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getOidcIdTokenMetadata() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getOidcIdTokenValue() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getPostLogoutRedirectUris() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getPrincipalName() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getPrincipalName() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- getPrincipalName() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
- getRedirectUris() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getRefreshTokenExpiresAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getRefreshTokenIssuedAt() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getRefreshTokenMetadata() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getRefreshTokenValue() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getRegisteredClientId() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getRegisteredClientId() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- getRegisteredClientId() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
- getRepository() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
- getRepository() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- getRepository() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
- getScopes() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- getState() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- getTokenSettings() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
H
- hashCode() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- hashCode() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
- HerodotusAuthorization - cn.herodotus.engine.oauth2.data.jpa.entity中的类
-
Description: OAuth2 认证信息
- HerodotusAuthorization() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- HerodotusAuthorizationConsent - cn.herodotus.engine.oauth2.data.jpa.entity中的类
-
Description: OAuth2 认证确认信息实体
- HerodotusAuthorizationConsent() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- HerodotusAuthorizationConsentId - cn.herodotus.engine.oauth2.data.jpa.generator中的类
-
Description: OAuth2AuthorizationConsent 联合主键
- HerodotusAuthorizationConsentId() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
- HerodotusAuthorizationConsentId(String, String) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
- HerodotusAuthorizationConsentRepository - cn.herodotus.engine.oauth2.data.jpa.repository中的接口
-
Description: HerodotusAuthorizationConsentRepository
- HerodotusAuthorizationConsentService - cn.herodotus.engine.oauth2.data.jpa.service中的类
-
Description: HerodotusAuthorizationConsentService
- HerodotusAuthorizationConsentService(HerodotusAuthorizationConsentRepository) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationConsentService
- HerodotusAuthorizationRepository - cn.herodotus.engine.oauth2.data.jpa.repository中的接口
-
Description: HerodotusAuthorizationRepository
- HerodotusAuthorizationService - cn.herodotus.engine.oauth2.data.jpa.service中的类
-
Description: HerodotusAuthorizationService
- HerodotusAuthorizationService(HerodotusAuthorizationRepository) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusAuthorizationService
- HerodotusAuthorizationUuid - cn.herodotus.engine.oauth2.data.jpa.generator中的Annotation Interface
-
Description: HerodotusAuthorizationUuid 注解
- HerodotusAuthorizationUuidGenerator - cn.herodotus.engine.oauth2.data.jpa.generator中的类
-
Description: OAuth2Authorization Id 生成器
- HerodotusAuthorizationUuidGenerator(HerodotusAuthorizationUuid, Member, CustomIdGeneratorCreationContext) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationUuidGenerator
- HerodotusRegisteredClient - cn.herodotus.engine.oauth2.data.jpa.entity中的类
-
Description: OAuth2 客户端实体
- HerodotusRegisteredClient() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- HerodotusRegisteredClientRepository - cn.herodotus.engine.oauth2.data.jpa.repository中的接口
-
Description: HerodotusRegisteredClientRepository
- HerodotusRegisteredClientService - cn.herodotus.engine.oauth2.data.jpa.service中的类
-
Description: HerodotusRegisteredClientService
- HerodotusRegisteredClientService(HerodotusRegisteredClientRepository) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.service.HerodotusRegisteredClientService
- HerodotusRegisteredClientUuid - cn.herodotus.engine.oauth2.data.jpa.generator中的Annotation Interface
-
Description: HerodotusRegisteredClientUuid 注解
- HerodotusRegisteredClientUuidGenerator - cn.herodotus.engine.oauth2.data.jpa.generator中的类
-
Description: OAuth2RegisteredClient Id 生成器
- HerodotusRegisteredClientUuidGenerator(HerodotusRegisteredClientUuid, Member, CustomIdGeneratorCreationContext) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusRegisteredClientUuidGenerator
J
- JpaOAuth2AuthorizationConsentService - cn.herodotus.engine.oauth2.data.jpa.storage中的类
-
Description: 基于 JPA 的 OAuth2 认证服务
- JpaOAuth2AuthorizationConsentService(HerodotusAuthorizationConsentService, RegisteredClientRepository) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService
- JpaOAuth2AuthorizationService - cn.herodotus.engine.oauth2.data.jpa.storage中的类
-
Description: 基于 JPA 的 OAuth2 认证服务
- JpaOAuth2AuthorizationService(HerodotusAuthorizationService, RegisteredClientRepository) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
- JpaRegisteredClientRepository - cn.herodotus.engine.oauth2.data.jpa.storage中的类
-
Description: 基于Jpa 的 RegisteredClient服务
- JpaRegisteredClientRepository(HerodotusRegisteredClientService, PasswordEncoder) - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
O
- OAuth2AuthorizationUtils - cn.herodotus.engine.oauth2.data.jpa.utils中的类
-
Description: OAuth2 存储通用工具类
- OAuth2AuthorizationUtils() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.utils.OAuth2AuthorizationUtils
- OAuth2ClientAuthenticationTokenDeserializer - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: OAuth2ClientAuthenticationTokenDeserializer
- OAuth2ClientAuthenticationTokenDeserializer() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2ClientAuthenticationTokenDeserializer
- OAuth2ClientAuthenticationTokenMixin - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: OAuth2ClientAuthenticationTokenMixin
- OAuth2ClientAuthenticationTokenMixin() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2ClientAuthenticationTokenMixin
- OAuth2DataJpaConfiguration - cn.herodotus.engine.oauth2.data.jpa.configuration中的类
-
Description: OAuth2 Manager 模块配置
- OAuth2DataJpaConfiguration() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
- OAuth2TokenJackson2Module - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: 自定义 OAutho2 Module
- OAuth2TokenJackson2Module() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2TokenJackson2Module
P
- postConstruct() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
R
- RegisteredClientDeserializer - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: RegisteredClientDeserializer
- RegisteredClientDeserializer() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.RegisteredClientDeserializer
- RegisteredClientMixin - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: RegisteredClientMixin
- RegisteredClientMixin() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.RegisteredClientMixin
- registeredClientRepository(HerodotusRegisteredClientService, PasswordEncoder) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.configuration.OAuth2DataJpaConfiguration
- remove(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
- remove(OAuth2Authorization) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
- remove(OAuth2AuthorizationConsent) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService
- resolveAuthorizationGrantType(String) - 类中的静态方法 cn.herodotus.engine.oauth2.data.jpa.utils.OAuth2AuthorizationUtils
- resolveClientAuthenticationMethod(String) - 类中的静态方法 cn.herodotus.engine.oauth2.data.jpa.utils.OAuth2AuthorizationUtils
S
- save(RegisteredClient) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaRegisteredClientRepository
- save(OAuth2Authorization) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationService
- save(OAuth2AuthorizationConsent) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.storage.JpaOAuth2AuthorizationConsentService
- setAccessTokenExpiresAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAccessTokenIssuedAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAccessTokenMetadata(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAccessTokenScopes(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAccessTokenType(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAccessTokenValue(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAttributes(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAuthorities(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- setAuthorizationCodeExpiresAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAuthorizationCodeIssuedAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAuthorizationCodeMetadata(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAuthorizationCodeValue(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAuthorizationGrantType(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setAuthorizationGrantTypes(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setAuthorizedScopes(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setClientAuthenticationMethods(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setClientId(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setClientIdIssuedAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setClientName(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setClientSecret(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setClientSecretExpiresAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setClientSettings(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setId(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setId(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setOidcIdTokenClaims(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setOidcIdTokenExpiresAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setOidcIdTokenIssuedAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setOidcIdTokenMetadata(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setOidcIdTokenValue(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setPostLogoutRedirectUris(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setPrincipalName(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setPrincipalName(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- setPrincipalName(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
- setRedirectUris(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setRefreshTokenExpiresAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setRefreshTokenIssuedAt(LocalDateTime) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setRefreshTokenMetadata(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setRefreshTokenValue(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setRegisteredClientId(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setRegisteredClientId(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- setRegisteredClientId(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
- setScopes(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setState(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- setTokenSettings(String) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusRegisteredClient
- setupModule(Module.SetupContext) - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.jackson2.OAuth2TokenJackson2Module
T
- TokenSettingsDeserializer - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: TokenSettingsDeserializer
- TokenSettingsDeserializer() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.TokenSettingsDeserializer
- TokenSettingsMixin - cn.herodotus.engine.oauth2.data.jpa.jackson2中的类
-
Description: TokenSettingsMixin
- TokenSettingsMixin() - 类的构造器 cn.herodotus.engine.oauth2.data.jpa.jackson2.TokenSettingsMixin
- toString() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorization
- toString() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.entity.HerodotusAuthorizationConsent
- toString() - 类中的方法 cn.herodotus.engine.oauth2.data.jpa.generator.HerodotusAuthorizationConsentId
All Classes and Interfaces|所有程序包|序列化表格