Serialized Form
|
Package org.springframework.security.oauth2.client |
serialVersionUID: 914967629530462926L
accessToken
OAuth2AccessToken accessToken
accessTokenRequest
AccessTokenRequest accessTokenRequest
state
Map<K,V> state
|
Package org.springframework.security.oauth2.client.http |
resource
OAuth2ProtectedResourceDetails resource
|
Package org.springframework.security.oauth2.client.resource |
resource
OAuth2ProtectedResourceDetails resource
approvalUri
String approvalUri
parameters
Map<K,V> parameters
clientId
String clientId
scope
List<E> scope
redirectUri
String redirectUri
requestParams
Map<K,V> requestParams
stateKey
String stateKey
stateToPreserve
Object stateToPreserve
|
Package org.springframework.security.oauth2.client.token |
serialVersionUID: 914967629530462926L
parameters
org.springframework.util.MultiValueMap<K,V> parameters
state
Object state
existingToken
OAuth2AccessToken existingToken
currentUri
String currentUri
cookie
String cookie
|
Package org.springframework.security.oauth2.common |
serialVersionUID: 3449554332764129719L
expiration
Date expiration
serialVersionUID: 914967629530462926L
value
String value
expiration
Date expiration
tokenType
String tokenType
refreshToken
OAuth2RefreshToken refreshToken
scope
Set<E> scope
additionalInformation
Map<K,V> additionalInformation
serialVersionUID: 8349970621900575838L
value
String value
|
Package org.springframework.security.oauth2.common.exceptions |
additionalInformation
Map<K,V> additionalInformation
|
Package org.springframework.security.oauth2.provider |
approvalParameters
Map<K,V> approvalParameters
- Map to hold the original, unchanged parameter set submitted by a user to
signal approval of the token grant approval. Once set this should not be
modified.
state
String state
- The value of the "state" parameter sent by the client in the request, if
sent by the client. As this must be echoed back to the client unchanged,
it should not be modified by any processing classes.
responseTypes
Set<E> responseTypes
- Resolved requested response types initialized (by the
OAuth2RequestFactory) with the response types originally requested.
resourceIds
Set<E> resourceIds
- Resolved resource IDs. This set may change during request processing.
authorities
Collection<E> authorities
- Resolved granted authorities for this request. May change during request
processing.
approved
boolean approved
- Whether the request has been approved by the end user (or other process).
This will be altered by the User Approval Endpoint and/or the
UserApprovalHandler as appropriate.
redirectUri
String redirectUri
- The resolved redirect URI of this request. A URI may be present in the
original request, in the authorizationParameters, or it may not be
provided, in which case it will be defaulted (by processing classes) to
the Client's default registered value.
extensions
Map<K,V> extensions
- Extension point for custom processing classes which may wish to store
additional information about the OAuth2 request. Since this class will
create a serializable OAuth2Request, all members of this extension map
must be serializable.
clientId
String clientId
clientSecret
String clientSecret
scope
Set<E> scope
resourceIds
Set<E> resourceIds
authorizedGrantTypes
Set<E> authorizedGrantTypes
registeredRedirectUris
Set<E> registeredRedirectUris
autoApproveScopes
Set<E> autoApproveScopes
authorities
List<E> authorities
accessTokenValiditySeconds
Integer accessTokenValiditySeconds
refreshTokenValiditySeconds
Integer refreshTokenValiditySeconds
additionalInformation
Map<K,V> additionalInformation
serialVersionUID: -4809832298438307309L
storedRequest
OAuth2Request storedRequest
userAuthentication
org.springframework.security.core.Authentication userAuthentication
serialVersionUID: 1L
resourceIds
Set<E> resourceIds
- Resolved resource IDs. This set may change during request processing.
authorities
Collection<E> authorities
- Resolved granted authorities for this request. May change during request processing.
approved
boolean approved
- Whether the request has been approved by the end user (or other process). This will be altered by the User
Approval Endpoint and/or the UserApprovalHandler as appropriate.
redirectUri
String redirectUri
- The resolved redirect URI of this request. A URI may be present in the original request, in the
authorizationParameters, or it may not be provided, in which case it will be defaulted (by processing classes) to
the Client's default registered value.
responseTypes
Set<E> responseTypes
- Resolved requested response types initialized (by the OAuth2RequestFactory) with the response types originally
requested.
extensions
Map<K,V> extensions
- Extension point for custom processing classes which may wish to store additional information about the OAuth2
request. Since this class is serializable, all members of this map must also be serializable.
grantType
String grantType
|
Package org.springframework.security.oauth2.provider.authentication |
serialVersionUID: -4809832298438307309L
remoteAddress
String remoteAddress
sessionId
String sessionId
tokenValue
String tokenValue
display
String display
Copyright © 2013. All rights reserved.