Package org.apache.cxf.sts.claims
Class ClaimTypes
- java.lang.Object
-
- org.apache.cxf.sts.claims.ClaimTypes
-
public final class ClaimTypes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static URICOUNTRY(c in [RFC 2256]) Country of a Subject.static URIDATEOFBIRTHThe date of birth of a Subject in a form allowed by the xs:date data type.static URIEMAILADDRESS(mail in inetOrgPerson) Preferred address for the "To:" field of email to be sent to the Subject, usually of the form@ . static URIFIRSTNAME(givenName in [RFC 2256]) Preferred name or first name of a Subject.static URIGENDERGender of a Subject that can have any of these exact URI values '0' (meaning unspecified), '1' (meaning Male) or '2' (meaning Female)static URIHOMEPHONE(homePhone in inetOrgPerson) Primary or home telephone number of a Subject.static URILASTNAME(sn in [RFC 2256]) Surname or family name of a Subject.static URILOCALITY(/ in [RFC 2256]) Locality component of a Subject's address information.static URIMOBILEPHONE(mobile in inetOrgPerson) Mobile telephone number of a Subject.static URIOTHERPHONE(telephoneNumber in X.500 Person) Secondary or work telephone number of a Subject.static URIPOSTALCODE(postalCode in X.500) Postal code or zip code component of a Subject's address information.static URIPRIVATE_PERSONAL_IDENTIFIERA private personal identifier (PPID) that identifies the Subject to a Relying Party.static URISTATE_PROVINCE(st in [RFC 2256]) Abbreviation for state or province name of a Subject's address information.static URISTREETADDRESS(street in [RFC 2256]) Street address component of a Subject‟s address information.static URIURI_BASEThe base XML namespace URI that is used by the claim types http://docs.oasis-open.org/imi/identity/v1.0/os/identity-1.0-spec-os.pdfstatic URIWEB_PAGEThe Web page of a Subject expressed as a URL.
-
-
-
Field Detail
-
URI_BASE
public static final URI URI_BASE
The base XML namespace URI that is used by the claim types http://docs.oasis-open.org/imi/identity/v1.0/os/identity-1.0-spec-os.pdf
-
FIRSTNAME
public static final URI FIRSTNAME
(givenName in [RFC 2256]) Preferred name or first name of a Subject. According to RFC 2256: This attribute is used to hold the part of a person's name which is not their surname nor middle name.
-
LASTNAME
public static final URI LASTNAME
(sn in [RFC 2256]) Surname or family name of a Subject. According to RFC 2256: This is the X.500 surname attribute which contains the family name of a person.
-
EMAILADDRESS
public static final URI EMAILADDRESS
(mail in inetOrgPerson) Preferred address for the "To:" field of email to be sent to the Subject, usually of the form@ . According to inetOrgPerson using [RFC 1274]: This attribute type specifies an electronic mailbox attribute following the syntax specified in RFC 822.
-
STREETADDRESS
public static final URI STREETADDRESS
(street in [RFC 2256]) Street address component of a Subject‟s address information. According to RFC 2256: This attribute contains the physical address of the object to which the entry corresponds, such as an address for package delivery.
-
LOCALITY
public static final URI LOCALITY
(/ in [RFC 2256]) Locality component of a Subject's address information. According to RFC 2256: This attribute contains the name of a locality, such as a city, county or other geographic region.
-
STATE_PROVINCE
public static final URI STATE_PROVINCE
(st in [RFC 2256]) Abbreviation for state or province name of a Subject's address information. According to RFC 2256: “This attribute contains the full name of a state or province. The values SHOULD be coordinated on a national level and if well-known shortcuts exist.
-
POSTALCODE
public static final URI POSTALCODE
(postalCode in X.500) Postal code or zip code component of a Subject's address information. According to X.500(2001): The postal code attribute type specifies the postal code of the named object.
-
COUNTRY
public static final URI COUNTRY
(c in [RFC 2256]) Country of a Subject. According to RFC 2256: This attribute contains a two-letter ISO 3166 country code.
-
HOMEPHONE
public static final URI HOMEPHONE
(homePhone in inetOrgPerson) Primary or home telephone number of a Subject. According to inetOrgPerson using [RFC 1274]: This attribute type specifies a home telephone number associated with a person.
-
OTHERPHONE
public static final URI OTHERPHONE
(telephoneNumber in X.500 Person) Secondary or work telephone number of a Subject. According to X.500(2001): This attribute type specifies an office/campus telephone number associated with a person.
-
MOBILEPHONE
public static final URI MOBILEPHONE
(mobile in inetOrgPerson) Mobile telephone number of a Subject. According to inetOrgPerson using [RFC 1274]: This attribute type specifies a mobile telephone number associated with a person.
-
DATEOFBIRTH
public static final URI DATEOFBIRTH
The date of birth of a Subject in a form allowed by the xs:date data type.
-
GENDER
public static final URI GENDER
Gender of a Subject that can have any of these exact URI values '0' (meaning unspecified), '1' (meaning Male) or '2' (meaning Female)
-
PRIVATE_PERSONAL_IDENTIFIER
public static final URI PRIVATE_PERSONAL_IDENTIFIER
A private personal identifier (PPID) that identifies the Subject to a Relying Party.
-
WEB_PAGE
public static final URI WEB_PAGE
The Web page of a Subject expressed as a URL.
-
-