Uses of Class
com.nimbusds.openid.connect.sdk.claims.Address
-
Packages that use Address Package Description com.nimbusds.openid.connect.sdk.assurance.evidences OpenID Connect for Identity Assurance 1.0 evidence classes.com.nimbusds.openid.connect.sdk.claims Claims and claim sets used in OpenID Connect. -
-
Uses of Address in com.nimbusds.openid.connect.sdk.assurance.evidences
Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that return Address Modifier and Type Method Description AddressVoucher. getAddress()Returns the address elements.AddressUtilityBillEvidence. getUtilityProviderAddress()Deprecated.Returns the utility provider address details.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type Address Constructor Description DocumentIssuer(Name name, Address address, CountryCode countryCode, Jurisdiction jurisdiction)Creates a new document issuer.ElectronicRecordSource(Name name, Address address, CountryCode countryCode, Jurisdiction jurisdiction)Creates a new electronic record source.UtilityBillEvidence(String providerName, Address providerAddress, SimpleDate date)Deprecated.UtilityBillEvidence(String providerName, Address providerAddress, SimpleDate date, DateWithTimeZoneOffset time, IdentityVerificationMethod method, List<Attachment> attachments)Deprecated.Creates a new utility bill used as identity evidence.Voucher(Name name, String birthdateString, Address address, Occupation occupation, Organization organization)Creates a new voucher. -
Uses of Address in com.nimbusds.openid.connect.sdk.claims
Methods in com.nimbusds.openid.connect.sdk.claims that return Address Modifier and Type Method Description AddressPersonClaims. getAddress()Gets the preferred address.AddressPersonClaims. getAddress(com.nimbusds.langtag.LangTag langTag)Gets the preferred address.static AddressAddress. parse(String json)Parses an address claims set from the specified JSON object string.Methods in com.nimbusds.openid.connect.sdk.claims that return types with arguments of type Address Modifier and Type Method Description Map<com.nimbusds.langtag.LangTag,Address>PersonClaims. getAddressEntries()Gets the preferred address entries.Methods in com.nimbusds.openid.connect.sdk.claims with parameters of type Address Modifier and Type Method Description voidPersonClaims. setAddress(Address address)Sets the preferred address.voidPersonClaims. setAddress(Address address, com.nimbusds.langtag.LangTag langTag)Sets the preferred address.
-