Class DefaultAddressStandardClaim
java.lang.Object
org.springframework.security.oauth2.core.oidc.DefaultAddressStandardClaim
- All Implemented Interfaces:
AddressStandardClaim
The default implementation of an
Address Claim.- Since:
- 5.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the country.Returns the full mailing address, formatted for display.Returns the city or locality.Returns the zip code or postal code.Returns the state, province, prefecture, or region.Returns the full street address, which may include house number, street name, P.O.inthashCode()
-
Method Details
-
getFormatted
Description copied from interface:AddressStandardClaimReturns the full mailing address, formatted for display.- Specified by:
getFormattedin interfaceAddressStandardClaim- Returns:
- the full mailing address
-
getStreetAddress
Description copied from interface:AddressStandardClaimReturns the full street address, which may include house number, street name, P.O. Box, etc.- Specified by:
getStreetAddressin interfaceAddressStandardClaim- Returns:
- the full street address
-
getLocality
Description copied from interface:AddressStandardClaimReturns the city or locality.- Specified by:
getLocalityin interfaceAddressStandardClaim- Returns:
- the city or locality
-
getRegion
Description copied from interface:AddressStandardClaimReturns the state, province, prefecture, or region.- Specified by:
getRegionin interfaceAddressStandardClaim- Returns:
- the state, province, prefecture, or region
-
getPostalCode
Description copied from interface:AddressStandardClaimReturns the zip code or postal code.- Specified by:
getPostalCodein interfaceAddressStandardClaim- Returns:
- the zip code or postal code
-
getCountry
Description copied from interface:AddressStandardClaimReturns the country.- Specified by:
getCountryin interfaceAddressStandardClaim- Returns:
- the country
-
equals
-
hashCode
public int hashCode()
-