序列化表格
|
软件包 org.springframework.security.oauth2.client |
serialVersionUID: 914967629530462926L
accessToken
OAuth2AccessToken accessToken
accessTokenRequest
AccessTokenRequest accessTokenRequest
state
Map<K,V> state
|
软件包 org.springframework.security.oauth2.client.http |
resource
OAuth2ProtectedResourceDetails resource
|
软件包 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
|
软件包 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
|
软件包 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
|
软件包 org.springframework.security.oauth2.common.exceptions |
additionalInformation
Map<K,V> additionalInformation
|
软件包 org.springframework.security.oauth2.provider |
clientId
String clientId
clientSecret
String clientSecret
scope
Set<E> scope
resourceIds
Set<E> resourceIds
authorizedGrantTypes
Set<E> authorizedGrantTypes
registeredRedirectUris
Set<E> registeredRedirectUris
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
readObject
private void readObject(ObjectInputStream in)
throws ClassNotFoundException,
IOException
- 抛出:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- 抛出:
IOException
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.
|
软件包 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.