Package org.wildfly.security.http.oidc
Class AddressClaimSet
- java.lang.Object
- 
- org.wildfly.security.http.oidc.AddressClaimSet
 
- 
 public class AddressClaimSet extends Object Representation of an address claim as per OpenID Connect Core 1.0.- Author:
- Farah Juma
 
- 
- 
Constructor SummaryConstructors Constructor Description AddressClaimSet(Map<String,String> addressClaimSet)Construct a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCountry()StringgetFormattedAddress()StringgetLocality()StringgetPostalCode()StringgetRegion()StringgetStreetAddress()
 
- 
- 
- 
Field Detail- 
FORMATTEDpublic static final String FORMATTED - See Also:
- Constant Field Values
 
 - 
STREET_ADDRESSpublic static final String STREET_ADDRESS - See Also:
- Constant Field Values
 
 - 
LOCALITYpublic static final String LOCALITY - See Also:
- Constant Field Values
 
 - 
REGIONpublic static final String REGION - See Also:
- Constant Field Values
 
 - 
POSTAL_CODEpublic static final String POSTAL_CODE - See Also:
- Constant Field Values
 
 - 
COUNTRYpublic static final String COUNTRY - See Also:
- Constant Field Values
 
 
- 
 
-