Class StandardClaimNames
java.lang.Object
org.springframework.security.oauth2.core.oidc.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.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringaddress- the user's preferred postal addressstatic final Stringbirthdate- the user's birth datestatic final Stringemail- the user's preferred e-mail addressstatic final Stringemail_verified-trueif the user's e-mail address has been verified, otherwisefalsestatic final Stringfamily_name- the user's surname(s) or last name(s)static final Stringgender- the user's genderstatic final Stringgiven_name- the user's given name(s) or first name(s)static final Stringlocale- the user's localestatic final Stringmiddle_name- the user's middle name(s)static final Stringname- the user's full namestatic final Stringnickname- the user's nick name that may or may not be the same as thegiven_namestatic final Stringphone_number- the user's preferred phone numberstatic final Stringphone_number_verified-trueif the user's phone number has been verified, otherwisefalsestatic final Stringpicture- the URL of the user's profile picturestatic final Stringpreferred_username- the preferred username that the user wishes to be referred tostatic final Stringprofile- the URL of the user's profile pagestatic final Stringsub- the Subject identifierstatic final Stringupdated_at- the time the user's information was last updatedstatic final Stringwebsite- the URL of the user's web page or blogstatic final Stringzoneinfo- the user's time zone -
Method Summary
-
Field Details
-
SUB
sub- the Subject identifier- See Also:
-
NAME
name- the user's full name- See Also:
-
GIVEN_NAME
given_name- the user's given name(s) or first name(s)- See Also:
-
FAMILY_NAME
family_name- the user's surname(s) or last name(s)- See Also:
-
MIDDLE_NAME
middle_name- the user's middle name(s)- See Also:
-
NICKNAME
nickname- the user's nick name that may or may not be the same as thegiven_name- See Also:
-
PREFERRED_USERNAME
preferred_username- the preferred username that the user wishes to be referred to- See Also:
-
PROFILE
profile- the URL of the user's profile page- See Also:
-
PICTURE
picture- the URL of the user's profile picture- See Also:
-
WEBSITE
website- the URL of the user's web page or blog- See Also:
-
EMAIL
email- the user's preferred e-mail address- See Also:
-
EMAIL_VERIFIED
email_verified-trueif the user's e-mail address has been verified, otherwisefalse- See Also:
-
GENDER
gender- the user's gender- See Also:
-
BIRTHDATE
birthdate- the user's birth date- See Also:
-
ZONEINFO
zoneinfo- the user's time zone- See Also:
-
LOCALE
locale- the user's locale- See Also:
-
PHONE_NUMBER
phone_number- the user's preferred phone number- See Also:
-
PHONE_NUMBER_VERIFIED
phone_number_verified-trueif the user's phone number has been verified, otherwisefalse- See Also:
-
ADDRESS
address- the user's preferred postal address- See Also:
-
UPDATED_AT
updated_at- the time the user's information was last updated- See Also:
-