Serialized Form


Package org.apache.cxf.rs.security.oauth2.common

Class org.apache.cxf.rs.security.oauth2.common.OAuthAuthorizationData extends Object implements Serializable

serialVersionUID: -7755998413495017637L

Serialized Fields

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

extraApplicationProperties

List<E> extraApplicationProperties

permissions

List<E> permissions

Package org.apache.cxf.rs.security.oauth2.provider

Class org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException extends RuntimeException implements Serializable

serialVersionUID: 343738539234766320L

Serialized Fields

error

OAuthError error

Package org.apache.cxf.rs.security.oauth2.tokens.mac

Class org.apache.cxf.rs.security.oauth2.tokens.mac.Nonce extends Object implements Serializable

serialVersionUID: -6164115071533503490L

Serialized Fields

nonceString

String nonceString

ts

long ts

Class org.apache.cxf.rs.security.oauth2.tokens.mac.NonceHistory extends Object implements Serializable

serialVersionUID: -6404833046910698956L

Serialized Fields

requestTimeDelta

long requestTimeDelta

nonceList

List<E> nonceList



Apache CXF