Uses of Class
com.nimbusds.openid.connect.sdk.assurance.claims.Birthplace
Packages that use Birthplace
Package
Description
Claims and claim sets used in OpenID Connect.
-
Uses of Birthplace in com.nimbusds.openid.connect.sdk.claims
Methods in com.nimbusds.openid.connect.sdk.claims that return BirthplaceModifier and TypeMethodDescriptionPersonClaims.getBirthplace()
Deprecated.PersonClaims.getPlaceOfBirth()
Gets the birthplace.Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type BirthplaceModifier and TypeMethodDescriptionvoid
PersonClaims.setBirthplace
(Birthplace birthplace) Deprecated.void
PersonClaims.setPlaceOfBirth
(Birthplace birthplace) Sets the birthplace.