Package org.springframework.security.oauth2.core.oidc
Core classes and interfaces providing support for OpenID Connect Core 1.0.
-
Interface Summary Interface Description AddressStandardClaim The Address Claim represents a physical mailing address defined by the OpenID Connect Core 1.0 specification that can be returned either in the UserInfo Response or the ID Token.IdTokenClaimAccessor AClaimAccessorfor the "claims" that can be returned in the ID Token, which provides information about the authentication of an End-User by an Authorization Server.IdTokenClaimNames The names of the "claims" defined by the OpenID Connect Core 1.0 specification that can be returned in the ID Token.OidcScopes The scope values defined by the OpenID Connect Core 1.0 specification that can be used to requestclaims.StandardClaimAccessor AClaimAccessorfor the "Standard Claims" that can be returned either in the UserInfo Response or the ID Token.StandardClaimNames The names of the "Standard Claims" defined by the OpenID Connect Core 1.0 specification that can be returned either in the UserInfo Response or the ID Token. -
Class Summary Class Description DefaultAddressStandardClaim The default implementation of anAddress Claim.DefaultAddressStandardClaim.Builder A builder forDefaultAddressStandardClaim.OidcIdToken An implementation of anAbstractOAuth2Tokenrepresenting an OpenID Connect Core 1.0 ID Token.OidcIdToken.Builder A builder forOidcIdTokensOidcUserInfo A representation of a UserInfo Response that is returned from the OAuth 2.0 Protected Resource UserInfo Endpoint.OidcUserInfo.Builder A builder forOidcUserInfos