Serialized Form
|
Package org.apache.cxf.rs.security.oauth2.common |
serialVersionUID: -5750544301887053480L
tokenKey
String tokenKey
tokenType
String tokenType
refreshToken
String refreshToken
expiresIn
long expiresIn
issuedAt
long issuedAt
parameters
Map<K,V> parameters
serialVersionUID: -5550840247125850922L
clientId
String clientId
clientSecret
String clientSecret
applicationName
String applicationName
applicationDescription
String applicationDescription
applicationWebUri
String applicationWebUri
applicationLogoUri
String applicationLogoUri
applicationCertificate
String applicationCertificate
redirectUris
List<E> redirectUris
isConfidential
boolean isConfidential
allowedGrantTypes
List<E> allowedGrantTypes
registeredScopes
List<E> registeredScopes
registeredAudiences
List<E> registeredAudiences
properties
Map<K,V> properties
subject
UserSubject subject
serialVersionUID: 831870452726298523L
scope
String scope
serialVersionUID: -7755998413495017637L
clientId
String clientId
endUserName
String endUserName
redirectUri
String redirectUri
state
String state
proposedScope
String proposedScope
authenticityToken
String authenticityToken
replyTo
String replyTo
applicationName
String applicationName
applicationWebUri
String applicationWebUri
applicationDescription
String applicationDescription
applicationLogoUri
String applicationLogoUri
applicationCertificate
String applicationCertificate
extraApplicationProperties
Map<K,V> extraApplicationProperties
permissions
List<E> permissions
audience
String audience
serialVersionUID: -6486616235830491290L
httpVerbs
List<E> httpVerbs
uris
List<E> uris
serialVersionUID: 8988574955042726083L
permission
String permission
description
String description
isDefault
boolean isDefault
serialVersionUID: 638776204861456064L
grantType
String grantType
client
Client client
scopes
List<E> scopes
subject
UserSubject subject
audience
String audience
serialVersionUID: -1469694589163385689L
login
String login
id
String id
roles
List<E> roles
properties
Map<K,V> properties
|
Package org.apache.cxf.rs.security.oauth2.grants |
serialVersionUID: 3586571576928674560L
grantType
String grantType
scope
String scope
audience
String audience
|
Package org.apache.cxf.rs.security.oauth2.grants.clientcred |
serialVersionUID: 5586488165697954347L
|
Package org.apache.cxf.rs.security.oauth2.grants.code |
serialVersionUID: -3738825769770411453L
code
String code
redirectUri
String redirectUri
serialVersionUID: -5004608901535459036L
issuedAt
long issuedAt
expiresIn
long expiresIn
client
Client client
approvedScopes
List<E> approvedScopes
subject
UserSubject subject
audience
String audience
clientCodeVerifier
String clientCodeVerifier
|
Package org.apache.cxf.rs.security.oauth2.grants.owner |
serialVersionUID: -1673025972824906386L
ownerName
String ownerName
ownerPassword
String ownerPassword
|
Package org.apache.cxf.rs.security.oauth2.grants.refresh |
serialVersionUID: -4855594852737940210L
refreshToken
String refreshToken
scope
String scope
|
Package org.apache.cxf.rs.security.oauth2.provider |
serialVersionUID: 343738539234766320L
error
OAuthError error
|
Package org.apache.cxf.rs.security.oauth2.tokens.bearer |
serialVersionUID: -3614732043728799245L
|
Package org.apache.cxf.rs.security.oauth2.tokens.hawk |
serialVersionUID: -4331703769692080818L
serialVersionUID: -6164115071533503490L
nonceString
String nonceString
ts
long ts
serialVersionUID: -6404833046910698956L
requestTimeDelta
long requestTimeDelta
nonceList
List<E> nonceList
|
Package org.apache.cxf.rs.security.oauth2.tokens.refresh |
serialVersionUID: 2837120382251693874L
accessTokens
List<E> accessTokens
Apache CXF