Interface AddressStandardClaim

All Known Implementing Classes:
DefaultAddressStandardClaim

public interface 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.
Since:
5.0
See Also:
  • Method Details

    • getFormatted

      String getFormatted()
      Returns the full mailing address, formatted for display.
      Returns:
      the full mailing address
    • getStreetAddress

      String getStreetAddress()
      Returns the full street address, which may include house number, street name, P.O. Box, etc.
      Returns:
      the full street address
    • getLocality

      String getLocality()
      Returns the city or locality.
      Returns:
      the city or locality
    • getRegion

      String getRegion()
      Returns the state, province, prefecture, or region.
      Returns:
      the state, province, prefecture, or region
    • getPostalCode

      String getPostalCode()
      Returns the zip code or postal code.
      Returns:
      the zip code or postal code
    • getCountry

      String getCountry()
      Returns the country.
      Returns:
      the country