-
Package com.linecorp.armeria.client
-
- serialVersionUID:
- 4041962564598005058L
-
- serialVersionUID:
- -7167601309699030853L
-
- serialVersionUID:
- 7789160689214376205L
-
-
- serialVersionUID:
- 4865362114731585884L
-
- serialVersionUID:
- 758179602424047751L
-
- serialVersionUID:
- 2556616197251937869L
-
- serialVersionUID:
- 5788454584691399858L
-
- serialVersionUID:
- 4679512839715213302L
-
- serialVersionUID:
- 2556616197251937869L
-
Package com.linecorp.armeria.client.circuitbreaker
-
- serialVersionUID:
- -946827349873835165L
-
Package com.linecorp.armeria.client.endpoint
-
- serialVersionUID:
- 7595286618131200852L
-
- serialVersionUID:
- -1027414271521488397L
-
Package com.linecorp.armeria.common
-
- serialVersionUID:
- -5385580475651756095L
-
- serialVersionUID:
- -78487475521731580L
-
- serialVersionUID:
- 4901614315474105954L
-
- serialVersionUID:
- 4674394621849790490L
-
- serialVersionUID:
- 2887898788270995289L
-
Package com.linecorp.armeria.common.auth.oauth2
-
- serialVersionUID:
- 8698118404098897958L
-
Serialized Fields
-
accessToken
String accessToken
"access_token" Access Token response field,
REQUIRED. The access token issued by the authorization server.
-
expiresIn
Duration expiresIn
"expires_in" Access Token response field,
RECOMMENDED. The lifetime in seconds of the access token. For example, the value "3600" denotes
that the access token will expire in one hour from the time the response was generated. If
omitted, the authorization server SHOULD provide the expiration time via other means or
document the default value.
-
extras
Map<String,String> extras
A
Map
of extra system-specific token parameters included with Access Token response,
OPTIONAL.
-
issuedAt
Instant issuedAt
-
rawResponse
String rawResponse
-
refreshToken
String refreshToken
"refresh_token" Access Token response field,
OPTIONAL. The refresh token, which can be used to obtain new access tokens using the same
authorization grant as described at
[RFC6749], Section 6.
-
scope
String scope
"scope" Access Token response field,
OPTIONAL, if identical to the scope requested by the client; otherwise, REQUIRED. The scope of
the access token as described at
[RFC6749], Section 3.3.
A list of space-delimited, case-sensitive scope strings. The strings are defined by the authorization
server.
The authorization server MAY fully or partially ignore the scope requested by the client, based
on the authorization server policy or the resource owner's instructions. If the issued access
token scope is different from the one requested by the client, the authorization server MUST
include the "scope" response parameter to inform the client of the actual scope granted.
If the client omits the scope parameter when requesting authorization, the authorization server
MUST either process the request using a pre-defined default value or fail the request
indicating an invalid scope.
-
scopeSet
Set<String> scopeSet
A
Set
of case-sensitive scope strings. The strings are defined by the authorization
server.
-
tokenType
String tokenType
"token_type" Access Token response field,
REQUIRED. The type of the token issued as described at
[RFC6749], Section 7.1, e.g. "bearer".
Value is case insensitive.
-
- serialVersionUID:
- -1894934023468438715L
-
- serialVersionUID:
- -7174852945693093094L
-
- serialVersionUID:
- 8692669863107398097L
-
- serialVersionUID:
- -6985569386139579552L
-
- serialVersionUID:
- 6364081426172863719L
-
- serialVersionUID:
- -3976877781134216467L
-
Serialized Fields
-
active
boolean active
"active" Token Introspection Response field,
REQUIRED. Boolean indicator of whether or not the presented token is currently active. The
specifics of a token's "active" state will vary depending on the implementation of the
authorization server and the information it keeps about its tokens, but a "true" value return
for the "active" property will generally indicate that a given token has been issued by this
authorization server, has not been revoked by the resource owner, and is within its given time
window of validity (e.g., after its issuance time and before its expiration time).
-
audience
String audience
"aud" Token Introspection Response field,
OPTIONAL. Service-specific string identifier or list of string identifiers representing the
intended audience for this token, as defined at
[RFC7519].
-
clientId
String clientId
"client_id" Token Introspection Response field,
OPTIONAL. Client identifier for the OAuth 2.0 client that requested this token.
-
expiresAt
Instant expiresAt
"exp" Token Introspection Response field,
OPTIONAL. Integer timestamp, measured in the number of seconds since January 1 1970 UTC,
indicating when this token will expire, as defined at
[RFC7519].
-
extras
Map<String,String> extras
A
Map
of extra system-specific token parameters included with Token Introspection Response,
OPTIONAL.
-
issuedAt
Instant issuedAt
"iat" Token Introspection Response field,
OPTIONAL. Integer timestamp, measured in the number of seconds since January 1 1970 UTC,
indicating when this token was originally issued, as defined at
[RFC7519].
-
issuer
String issuer
"iss" Token Introspection Response field,
OPTIONAL. String representing the issuer of this token, as defined at
[RFC7519].
-
jwtId
String jwtId
"jti" Token Introspection Response field,
OPTIONAL. String identifier for the token - JWT ID, as defined at
[RFC7519].
-
notBefore
Instant notBefore
"nbf" Token Introspection Response field,
OPTIONAL. Integer timestamp, measured in the number of seconds since January 1 1970 UTC,
indicating when this token is not to be used before, as defined at
[RFC7519].
-
rawResponse
String rawResponse
-
scope
String scope
"scope" Token Introspection Response field,
OPTIONAL. A JSON string containing a space-separated list of scopes associated with this token,
in the format described at
[RFC6749], Section 3.3.
-
scopeSet
Set<String> scopeSet
A
Set
of case-sensitive scope strings. The strings are defined by the authorization
server.
-
subject
String subject
"sub" Token Introspection Response field,
OPTIONAL. Subject of the token. Usually a machine-readable
identifier of the resource owner who authorized this token. As defined at
[RFC7519].
-
tokenType
String tokenType
"token_type" Token Introspection Response field,
OPTIONAL. Type of the token as defined at
[RFC6749], Section 7.1.
-
userName
String userName
"username" Token Introspection Response field,
OPTIONAL. Human-readable identifier for the resource owner who authorized this token.
-
- serialVersionUID:
- 3324433572773111913L
-
- serialVersionUID:
- 6699243770883393173L
-
- serialVersionUID:
- 4839477285662565241L
-
-
- serialVersionUID:
- 4982498806675787821L
-
- serialVersionUID:
- 4119934709921411913L
-
Package com.linecorp.armeria.common.grpc
-
-
- serialVersionUID:
- -1792808536714102039L
-
Serialized Fields
-
originalClassName
String originalClassName
-
originalMessage
String originalMessage
-
-
Package com.linecorp.armeria.common.grpc.protocol
-
- serialVersionUID:
- -8370257107063108923L
-
Package com.linecorp.armeria.common.logging
-
- serialVersionUID:
- 565184697223252595L
-
Package com.linecorp.armeria.common.multipart
-
- serialVersionUID:
- 5242709471451591960L
-
Package com.linecorp.armeria.common.stream
-
- serialVersionUID:
- -5271590540551141199L
-
- serialVersionUID:
- -7815958463104921571L
-
- serialVersionUID:
- -7665826869012452735L
-
Package com.linecorp.armeria.common.thrift.text
-
- serialVersionUID:
- -7323272088544581160L
-
Serialized Fields
-
useNamedEnums
boolean useNamedEnums
-
Package com.linecorp.armeria.common.util
-
- serialVersionUID:
- 3026362227162912146L
-
- serialVersionUID:
- 5358379908010214089L
-
Serialized Fields
-
maxEntries
int maxEntries
-
Package com.linecorp.armeria.server
-
- serialVersionUID:
- 3487991462085151316L
-
- serialVersionUID:
- 3341744805097308847L
-
- serialVersionUID:
- -8891853443874862294L
-
- serialVersionUID:
- 2556616197251937869L
-
Package com.linecorp.armeria.server.annotation
-
- serialVersionUID:
- 3856883467407862925L
-
Package com.linecorp.armeria.server.saml
-
- serialVersionUID:
- -8253266781662471590L
-
- serialVersionUID:
- -6694912876733624005L
-
Package com.linecorp.armeria.server.tomcat
-
- serialVersionUID:
- 8325593145475621692L