ClientAccessToken token
javax.ws.rs.core.MultivaluedMap<K,V> state
String clientId
String clientSecret
String clientIpAddress
String applicationName
String applicationDescription
String applicationWebUri
String applicationLogoUri
String applicationLogoutUri
List<E> applicationCertificates
List<E> redirectUris
boolean isConfidential
List<E> allowedGrantTypes
List<E> registeredScopes
List<E> registeredAudiences
Map<K,V> properties
UserSubject subject
UserSubject resourceOwnerSubject
long registeredAt
String homeRealm
boolean registeredDynamically
String tokenEndpointAuthMethod
String scope
String endUserName
String authenticityToken
String replyTo
String applicationName
String applicationWebUri
String applicationDescription
String applicationLogoUri
List<E> applicationCertificates
Map<K,V> extraApplicationProperties
boolean implicitFlow
List<E> permissions
List<E> alreadyAuthorizedPermissions
String preauthorizedTokenKey
boolean hidePreauthorizedScopesInForm
boolean applicationRegisteredDynamically
boolean supportSinglePageApplications
String clientId
String redirectUri
String state
String proposedScope
String audience
String nonce
String clientCodeChallenge
String clientCodeChallengeMethod
String responseType
Map<K,V> extraProperties
OAuthJoseJwtProducer joseProducer
String clientSecret
String issuer
long issuedAt
long expiresIn
Client client
List<E> approvedScopes
List<E> requestedScopes
UserSubject subject
String audience
String responseType
String clientCodeChallenge
String clientCodeChallengeMethod
String nonce
boolean preauthorizedTokenAvailable
Map<K,V> extraProperties
org.apache.cxf.rs.security.jose.jwt.JwtToken token
OAuthError error
Apache CXF