Serialized Form
-
Package org.springframework.security.oauth2.server.resource
-
Class org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
- serialVersionUID:
- 570L
-
Serialized Fields
-
token
java.lang.String token
-
-
Class org.springframework.security.oauth2.server.resource.BearerTokenError extends org.springframework.security.oauth2.core.OAuth2Error implements Serializable
-
Serialized Fields
-
httpStatus
org.springframework.http.HttpStatus httpStatus
-
scope
java.lang.String scope
-
-
-
Class org.springframework.security.oauth2.server.resource.InvalidBearerTokenException extends org.springframework.security.oauth2.core.OAuth2AuthenticationException implements Serializable
-
-
Package org.springframework.security.oauth2.server.resource.authentication
-
Class org.springframework.security.oauth2.server.resource.authentication.AbstractOAuth2TokenAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
- serialVersionUID:
- 570L
-
Serialized Fields
-
credentials
java.lang.Object credentials
-
principal
java.lang.Object principal
-
token
T extends org.springframework.security.oauth2.core.AbstractOAuth2Token token
-
-
Class org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication extends AbstractOAuth2TokenAuthenticationToken<org.springframework.security.oauth2.core.OAuth2AccessToken> implements Serializable
- serialVersionUID:
- 570L
-
Serialized Fields
-
attributes
java.util.Map<java.lang.String,java.lang.Object> attributes
-
-
Class org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken extends AbstractOAuth2TokenAuthenticationToken<org.springframework.security.oauth2.jwt.Jwt> implements Serializable
- serialVersionUID:
- 570L
-
Serialized Fields
-
name
java.lang.String name
-
-
-
Package org.springframework.security.oauth2.server.resource.introspection
-
Class org.springframework.security.oauth2.server.resource.introspection.BadOpaqueTokenException extends OAuth2IntrospectionException implements Serializable
-
Class org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionAuthenticatedPrincipal extends java.lang.Object implements Serializable
-
Serialized Fields
-
delegate
org.springframework.security.oauth2.core.OAuth2AuthenticatedPrincipal delegate
-
-
-
Class org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException extends java.lang.RuntimeException implements Serializable
-