Package org.springframework.security.oauth2.client.registration
package org.springframework.security.oauth2.client.registration
Classes and interfaces that provide support for
ClientRegistration
.-
ClassDescriptionA representation of a client registration with an OAuth 2.0 or OpenID Connect 1.0 Provider.A builder for
ClientRegistration
.A repository for OAuth 2.0 / OpenID Connect 1.0ClientRegistration
(s).Allows creating aClientRegistration.Builder
from an OpenID Provider Configuration or Authorization Server Metadata based on provided issuer.AClientRegistrationRepository
that storesClientRegistration
(s) in-memory.A ReactiveClientRegistrationRepository
that storesClientRegistration
(s) in-memory.A reactive repository for OAuth 2.0 / OpenID Connect 1.0ClientRegistration
(s).