Serialized Form
-
Package org.springframework.security.oauth2.core
-
Class org.springframework.security.oauth2.core.AbstractOAuth2Token
class AbstractOAuth2Token extends Object implements Serializable- serialVersionUID:
- 600L
-
Class org.springframework.security.oauth2.core.AuthenticationMethod
class AuthenticationMethod extends Object implements Serializable- serialVersionUID:
- 600L
-
Serialized Fields
-
value
String value
-
-
Class org.springframework.security.oauth2.core.AuthorizationGrantType
class AuthorizationGrantType extends Object implements Serializable- serialVersionUID:
- 600L
-
Serialized Fields
-
value
String value
-
-
Class org.springframework.security.oauth2.core.ClientAuthenticationMethod
class ClientAuthenticationMethod extends Object implements Serializable- serialVersionUID:
- 600L
-
Serialized Fields
-
value
String value
-
-
Class org.springframework.security.oauth2.core.DefaultOAuth2AuthenticatedPrincipal
class DefaultOAuth2AuthenticatedPrincipal extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
Object> attributes -
authorities
Collection<org.springframework.security.core.GrantedAuthority> authorities
-
name
String name
-
-
-
Class org.springframework.security.oauth2.core.OAuth2AccessToken
class OAuth2AccessToken extends AbstractOAuth2Token implements Serializable-
Serialized Fields
-
scopes
Set<String> scopes
-
tokenType
OAuth2AccessToken.TokenType tokenType
-
-
-
Class org.springframework.security.oauth2.core.OAuth2AccessToken.TokenType
class TokenType extends Object implements Serializable- serialVersionUID:
- 600L
-
Serialized Fields
-
value
String value
-
-
Exception org.springframework.security.oauth2.core.OAuth2AuthenticationException
class OAuth2AuthenticationException extends org.springframework.security.core.AuthenticationException implements Serializable-
Serialized Fields
-
error
OAuth2Error error
-
-
-
Exception org.springframework.security.oauth2.core.OAuth2AuthorizationException
class OAuth2AuthorizationException extends RuntimeException implements Serializable-
Serialized Fields
-
error
OAuth2Error error
-
-
-
Class org.springframework.security.oauth2.core.OAuth2Error
class OAuth2Error extends Object implements Serializable- serialVersionUID:
- 600L
-
Class org.springframework.security.oauth2.core.OAuth2RefreshToken
class OAuth2RefreshToken extends AbstractOAuth2Token implements Serializable
-
-
Package org.springframework.security.oauth2.core.endpoint
-
Class org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest
class OAuth2AuthorizationRequest extends Object implements Serializable- serialVersionUID:
- 600L
-
Serialized Fields
-
additionalParameters
Map<String,
Object> additionalParameters -
attributes
Map<String,
Object> attributes -
authorizationGrantType
AuthorizationGrantType authorizationGrantType
-
authorizationRequestUri
String authorizationRequestUri
-
authorizationUri
String authorizationUri
-
clientId
String clientId
-
redirectUri
String redirectUri
-
responseType
OAuth2AuthorizationResponseType responseType
-
scopes
Set<String> scopes
-
state
String state
-
-
Class org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationResponseType
class OAuth2AuthorizationResponseType extends Object implements Serializable- serialVersionUID:
- 600L
-
Serialized Fields
-
value
String value
-
-
-
Package org.springframework.security.oauth2.core.oidc
-
Class org.springframework.security.oauth2.core.oidc.OidcIdToken
class OidcIdToken extends AbstractOAuth2Token implements Serializable -
Class org.springframework.security.oauth2.core.oidc.OidcUserInfo
class OidcUserInfo extends Object implements Serializable- serialVersionUID:
- 600L
-
-
Package org.springframework.security.oauth2.core.oidc.user
-
Class org.springframework.security.oauth2.core.oidc.user.DefaultOidcUser
class DefaultOidcUser extends DefaultOAuth2User implements Serializable-
Serialized Fields
-
idToken
OidcIdToken idToken
-
userInfo
OidcUserInfo userInfo
-
-
-
Class org.springframework.security.oauth2.core.oidc.user.OidcUserAuthority
class OidcUserAuthority extends OAuth2UserAuthority implements Serializable-
Serialized Fields
-
idToken
OidcIdToken idToken
-
userInfo
OidcUserInfo userInfo
-
-
-
-
Package org.springframework.security.oauth2.core.user
-
Class org.springframework.security.oauth2.core.user.DefaultOAuth2User
class DefaultOAuth2User extends Object implements Serializable- serialVersionUID:
- 600L
-
Class org.springframework.security.oauth2.core.user.OAuth2UserAuthority
class OAuth2UserAuthority extends Object implements Serializable- serialVersionUID:
- 600L
-