-
-
class HerodotusAuthorization extends cn.herodotus.engine.assistant.core.definition.domain.AbstractEntity implements
Serializable
-
序列化字段
-
accessTokenExpiresAt
LocalDateTime accessTokenExpiresAt
-
accessTokenIssuedAt
LocalDateTime accessTokenIssuedAt
-
accessTokenMetadata
String accessTokenMetadata
-
accessTokenScopes
String accessTokenScopes
-
accessTokenType
String accessTokenType
-
accessTokenValue
String accessTokenValue
-
attributes
String attributes
-
authorizationCodeExpiresAt
LocalDateTime authorizationCodeExpiresAt
-
authorizationCodeIssuedAt
LocalDateTime authorizationCodeIssuedAt
-
authorizationCodeMetadata
String authorizationCodeMetadata
-
authorizationCodeValue
String authorizationCodeValue
-
authorizationGrantType
String authorizationGrantType
-
authorizedScopes
String authorizedScopes
-
id
String id
-
oidcIdTokenClaims
String oidcIdTokenClaims
-
oidcIdTokenExpiresAt
LocalDateTime oidcIdTokenExpiresAt
-
oidcIdTokenIssuedAt
LocalDateTime oidcIdTokenIssuedAt
-
oidcIdTokenMetadata
String oidcIdTokenMetadata
-
oidcIdTokenValue
String oidcIdTokenValue
-
principalName
String principalName
-
refreshTokenExpiresAt
LocalDateTime refreshTokenExpiresAt
-
refreshTokenIssuedAt
LocalDateTime refreshTokenIssuedAt
-
refreshTokenMetadata
String refreshTokenMetadata
-
refreshTokenValue
String refreshTokenValue
-
registeredClientId
String registeredClientId
-
state
String state
-
class HerodotusAuthorizationConsent extends cn.herodotus.engine.assistant.core.definition.domain.AbstractEntity implements
Serializable
-
class HerodotusRegisteredClient extends cn.herodotus.engine.assistant.core.definition.domain.AbstractEntity implements
Serializable
-
序列化字段
-
authorizationGrantTypes
String authorizationGrantTypes
-
clientAuthenticationMethods
String clientAuthenticationMethods
-
clientId
String clientId
-
clientIdIssuedAt
LocalDateTime clientIdIssuedAt
-
clientName
String clientName
-
clientSecret
String clientSecret
-
clientSecretExpiresAt
LocalDateTime clientSecretExpiresAt
-
clientSettings
String clientSettings
-
id
String id
-
postLogoutRedirectUris
String postLogoutRedirectUris
-
redirectUris
String redirectUris
-
scopes
String scopes
-
tokenSettings
String tokenSettings
-
-
-
class OAuth2TokenJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements
Serializable