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 Summary
Constructors Constructor Description AddressClaimSet(Map<String,String> addressClaimSet)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCountry()
String
getFormattedAddress()
String
getLocality()
String
getPostalCode()
String
getRegion()
String
getStreetAddress()
-
-
-
Field Detail
-
FORMATTED
public static final String FORMATTED
- See Also:
- Constant Field Values
-
STREET_ADDRESS
public static final String STREET_ADDRESS
- See Also:
- Constant Field Values
-
LOCALITY
public static final String LOCALITY
- See Also:
- Constant Field Values
-
REGION
public static final String REGION
- See Also:
- Constant Field Values
-
POSTAL_CODE
public static final String POSTAL_CODE
- See Also:
- Constant Field Values
-
COUNTRY
public static final String COUNTRY
- See Also:
- Constant Field Values
-
-