Serialized Form
-
Package com.authlete.jaxrs
-
Class com.authlete.jaxrs.AccessTokenInfo extends Object implements Serializable
- serialVersionUID:
- 2L
-
Class com.authlete.jaxrs.AccessTokenValidator.Params extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.authlete.jaxrs.AuthorizationDecisionHandler.Params extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
claimLocales
String[] claimLocales
-
claimNames
String[] claimNames
-
idTokenClaims
String idTokenClaims
-
oldIdaFormatUsed
boolean oldIdaFormatUsed
-
requestedClaimsForTx
String[] requestedClaimsForTx
-
requestedVerifiedClaimsForTx
com.authlete.common.dto.StringArray[] requestedVerifiedClaimsForTx
-
ticket
String ticket
-
-
Class com.authlete.jaxrs.AuthorizationPageModel extends Object implements Serializable
- serialVersionUID:
- 5L
-
Serialized Fields
-
allVerifiedClaimsForIdTokenRequested
boolean allVerifiedClaimsForIdTokenRequested
Flag indicating whether the authorization request requests all possible verified claims for the ID token.- Since:
- 2.26
-
allVerifiedClaimsForUserInfoRequested
boolean allVerifiedClaimsForUserInfoRequested
Flag indicating whether the authorization request requests all possible verified claims for the userinfo.- Since:
- 2.26
-
authorizationDetails
String authorizationDetails
The content of theauthorization_details
request parameter in JSON format. See "OAuth 2.0 Rich Authorization Requests".- Since:
- 2.23
-
claimsForIdToken
String[] claimsForIdToken
Claims that the client application requests to be embedded in the ID token.- Since:
- 2.56
-
claimsForUserInfo
String[] claimsForUserInfo
Claims that the client application requests to be embedded in userinfo responses.- Since:
- 2.56
-
clientName
String clientName
The name of the client application. -
clientUri
String clientUri
The URL of the homepage of the client application. -
description
String description
The description of the client application. -
identityAssuranceRequired
boolean identityAssuranceRequired
Flag indicating whether behaviors for Identity Assurance are required.- Since:
- 2.26
-
loginId
String loginId
The login ID that should be used as the initial value for the login ID field in the authorization page. -
loginIdReadOnly
String loginIdReadOnly
This variable holds"readonly"
when the initial value of the login ID should not be changed. -
logoUri
String logoUri
The URL of the logo image of the client application. -
oldIdaFormatUsed
boolean oldIdaFormatUsed
Flag indicating whether this class assumes that the old format of"verified_claims"
is used. "Old" here means the 2nd Implementer's Draft of OpenID Connect for Identity Assurance 1.0.- Since:
- 2.42
-
policyUri
String policyUri
The URL of the policy page of the client application. -
purpose
String purpose
The value of thepurpose
request parameter.- Since:
- 2.25
-
scopes
com.authlete.common.dto.Scope[] scopes
Scopes requested by the authorization request. -
serviceName
String serviceName
The name of the service. -
tosUri
String tosUri
The URL of "Terms of Service" page of the client application. -
user
com.authlete.common.types.User user
Currently logged in user, could be null if no user is logged in. -
verifiedClaimsForIdToken
com.authlete.common.dto.Pair[] verifiedClaimsForIdToken
Verified claims requested for the ID token.- Since:
- 2.26
-
verifiedClaimsForUserInfo
com.authlete.common.dto.Pair[] verifiedClaimsForUserInfo
Verified claims requested for the userinfo.- Since:
- 2.26
-
-
Class com.authlete.jaxrs.BackchannelAuthenticationRequestHandler.Params extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.authlete.jaxrs.DeviceAuthorizationPageModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
clientId
long clientId
The ID of the client application to which the user code has been issued. -
clientIdAlias
String clientIdAlias
The client ID alias of the client application to which the user code has been issued. -
clientIdAliasUsed
boolean clientIdAliasUsed
The flag which indicates whether the client ID alias was used in the device authorization request for the user code. -
clientName
String clientName
The name of the client application to which the user code has been issued. -
scopes
com.authlete.common.dto.Scope[] scopes
Scopes requested by the device authorization request for the user code.
-
-
Class com.authlete.jaxrs.DeviceAuthorizationRequestHandler.Params extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.authlete.jaxrs.DeviceVerificationPageModel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
loginId
String loginId
The login ID that should be used as the initial value for the login ID field in the authorization page. -
notification
String notification
The notification. -
user
com.authlete.common.types.User user
Currently logged in user, could be null if no user is logged in. -
userCode
String userCode
The user code input by the user.
-
-
Class com.authlete.jaxrs.IntrospectionRequestHandler.Params extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
httpAcceptHeader
String httpAcceptHeader
-
introspectionEncryptionAlg
com.authlete.common.types.JWEAlg introspectionEncryptionAlg
-
introspectionEncryptionEnc
com.authlete.common.types.JWEEnc introspectionEncryptionEnc
-
introspectionSignAlg
com.authlete.common.types.JWSAlg introspectionSignAlg
-
parameters
javax.ws.rs.core.MultivaluedMap<String,String> parameters
-
publicKeyForEncryption
String publicKeyForEncryption
-
rsUri
URI rsUri
-
sharedKeyForEncryption
String sharedKeyForEncryption
-
sharedKeyForSign
String sharedKeyForSign
-
withHiddenProperties
boolean withHiddenProperties
-
-
Class com.authlete.jaxrs.PushedAuthReqHandler.Params extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
Class com.authlete.jaxrs.RevocationRequestHandler.Params extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.authlete.jaxrs.TokenRequestHandler.Params extends Object implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
Class com.authlete.jaxrs.UserInfoRequestHandler.Params extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
accessToken
String accessToken
-
clientCertificate
String clientCertificate
-
dpop
String dpop
-
dpopNonceRequired
boolean dpopNonceRequired
-
headers
com.authlete.common.dto.Pair[] headers
-
htm
String htm
-
htu
String htu
-
oldIdaFormatUsed
boolean oldIdaFormatUsed
-
requestBodyContained
boolean requestBodyContained
-
targetUri
URI targetUri
-
-