Serialized Form
-
Package org.springframework.security.oauth2.server.authorization
-
Class org.springframework.security.oauth2.server.authorization.AbstractOAuth2AuthorizationServerMetadata
class AbstractOAuth2AuthorizationServerMetadata extends Object implements Serializable -
Class org.springframework.security.oauth2.server.authorization.OAuth2Authorization
class OAuth2Authorization extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
Object> attributes -
authorizationGrantType
org.springframework.security.oauth2.core.AuthorizationGrantType authorizationGrantType
-
authorizedScopes
Set<String> authorizedScopes
-
id
String id
-
principalName
String principalName
-
registeredClientId
String registeredClientId
-
tokens
Map<Class<? extends org.springframework.security.oauth2.core.OAuth2Token>,
OAuth2Authorization.Token<?>> tokens
-
-
-
Class org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Builder
class Builder extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
Object> attributes -
authorizationGrantType
org.springframework.security.oauth2.core.AuthorizationGrantType authorizationGrantType
-
authorizedScopes
Set<String> authorizedScopes
-
id
String id
-
principalName
String principalName
-
registeredClientId
String registeredClientId
-
tokens
Map<Class<? extends org.springframework.security.oauth2.core.OAuth2Token>,
OAuth2Authorization.Token<?>> tokens
-
-
-
Class org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Token
class Token extends Object implements Serializable -
Class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationCode
class OAuth2AuthorizationCode extends org.springframework.security.oauth2.core.AbstractOAuth2Token implements Serializable -
Class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent
class OAuth2AuthorizationConsent extends Object implements Serializable -
Class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent.Builder
class Builder extends Object implements Serializable -
Class org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadata
class OAuth2AuthorizationServerMetadata extends AbstractOAuth2AuthorizationServerMetadata implements Serializable -
Class org.springframework.security.oauth2.server.authorization.OAuth2TokenIntrospection
class OAuth2TokenIntrospection extends Object implements Serializable -
Class org.springframework.security.oauth2.server.authorization.OAuth2TokenType
class OAuth2TokenType extends Object implements Serializable-
Serialized Fields
-
value
String value
-
-
-
-
Package org.springframework.security.oauth2.server.authorization.authentication
-
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2AccessTokenAuthenticationToken
class OAuth2AccessTokenAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
accessToken
org.springframework.security.oauth2.core.OAuth2AccessToken accessToken
-
additionalParameters
Map<String,
Object> additionalParameters -
clientPrincipal
org.springframework.security.core.Authentication clientPrincipal
-
refreshToken
org.springframework.security.oauth2.core.OAuth2RefreshToken refreshToken
-
registeredClient
RegisteredClient registeredClient
-
-
-
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeAuthenticationToken
class OAuth2AuthorizationCodeAuthenticationToken extends OAuth2AuthorizationGrantAuthenticationToken implements Serializable -
Exception org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationException
class OAuth2AuthorizationCodeRequestAuthenticationException extends org.springframework.security.oauth2.core.OAuth2AuthenticationException implements Serializable-
Serialized Fields
-
authorizationCodeRequestAuthentication
OAuth2AuthorizationCodeRequestAuthenticationToken authorizationCodeRequestAuthentication
-
-
-
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationToken
class OAuth2AuthorizationCodeRequestAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
additionalParameters
Map<String,
Object> additionalParameters -
authorizationCode
OAuth2AuthorizationCode authorizationCode
-
authorizationUri
String authorizationUri
-
clientId
String clientId
-
principal
org.springframework.security.core.Authentication principal
-
redirectUri
String redirectUri
-
scopes
Set<String> scopes
-
state
String state
-
-
-
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationConsentAuthenticationToken
class OAuth2AuthorizationConsentAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable -
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken
class OAuth2AuthorizationGrantAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable -
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationToken
class OAuth2ClientAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
-
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientCredentialsAuthenticationToken
class OAuth2ClientCredentialsAuthenticationToken extends OAuth2AuthorizationGrantAuthenticationToken implements Serializable -
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2RefreshTokenAuthenticationToken
class OAuth2RefreshTokenAuthenticationToken extends OAuth2AuthorizationGrantAuthenticationToken implements Serializable -
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenIntrospectionAuthenticationToken
class OAuth2TokenIntrospectionAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable -
Class org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenRevocationAuthenticationToken
class OAuth2TokenRevocationAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
-
-
Package org.springframework.security.oauth2.server.authorization.client
-
Class org.springframework.security.oauth2.server.authorization.client.RegisteredClient
class RegisteredClient extends Object implements Serializable-
Serialized Fields
-
authorizationGrantTypes
Set<org.springframework.security.oauth2.core.AuthorizationGrantType> authorizationGrantTypes
-
clientAuthenticationMethods
Set<org.springframework.security.oauth2.core.ClientAuthenticationMethod> clientAuthenticationMethods
-
clientId
String clientId
-
clientIdIssuedAt
Instant clientIdIssuedAt
-
clientName
String clientName
-
clientSecret
String clientSecret
-
clientSecretExpiresAt
Instant clientSecretExpiresAt
-
clientSettings
ClientSettings clientSettings
-
id
String id
-
redirectUris
Set<String> redirectUris
-
scopes
Set<String> scopes
-
tokenSettings
TokenSettings tokenSettings
-
-
-
Class org.springframework.security.oauth2.server.authorization.client.RegisteredClient.Builder
class Builder extends Object implements Serializable-
Serialized Fields
-
authorizationGrantTypes
Set<org.springframework.security.oauth2.core.AuthorizationGrantType> authorizationGrantTypes
-
clientAuthenticationMethods
Set<org.springframework.security.oauth2.core.ClientAuthenticationMethod> clientAuthenticationMethods
-
clientId
String clientId
-
clientIdIssuedAt
Instant clientIdIssuedAt
-
clientName
String clientName
-
clientSecret
String clientSecret
-
clientSecretExpiresAt
Instant clientSecretExpiresAt
-
clientSettings
ClientSettings clientSettings
-
id
String id
-
redirectUris
Set<String> redirectUris
-
scopes
Set<String> scopes
-
tokenSettings
TokenSettings tokenSettings
-
-
-
-
Package org.springframework.security.oauth2.server.authorization.jackson2
-
Class org.springframework.security.oauth2.server.authorization.jackson2.OAuth2AuthorizationServerJackson2Module
class OAuth2AuthorizationServerJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.security.oauth2.server.authorization.oidc
-
Class org.springframework.security.oauth2.server.authorization.oidc.OidcClientRegistration
class OidcClientRegistration extends Object implements Serializable -
Class org.springframework.security.oauth2.server.authorization.oidc.OidcProviderConfiguration
class OidcProviderConfiguration extends AbstractOAuth2AuthorizationServerMetadata implements Serializable
-
-
Package org.springframework.security.oauth2.server.authorization.oidc.authentication
-
Class org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcClientRegistrationAuthenticationToken
class OidcClientRegistrationAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
clientId
String clientId
-
clientRegistration
OidcClientRegistration clientRegistration
-
principal
org.springframework.security.core.Authentication principal
-
-
-
Class org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationToken
class OidcUserInfoAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
principal
org.springframework.security.core.Authentication principal
-
userInfo
org.springframework.security.oauth2.core.oidc.OidcUserInfo userInfo
-
-
-
-
Package org.springframework.security.oauth2.server.authorization.settings
-
Class org.springframework.security.oauth2.server.authorization.settings.AbstractSettings
class AbstractSettings extends Object implements Serializable -
Class org.springframework.security.oauth2.server.authorization.settings.AuthorizationServerSettings
class AuthorizationServerSettings extends AbstractSettings implements Serializable -
Class org.springframework.security.oauth2.server.authorization.settings.ClientSettings
class ClientSettings extends AbstractSettings implements Serializable -
Class org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat
class OAuth2TokenFormat extends Object implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class org.springframework.security.oauth2.server.authorization.settings.TokenSettings
class TokenSettings extends AbstractSettings implements Serializable
-