Package org.apache.cxf.sts.claims
Class ClaimTypes
java.lang.Object
org.apache.cxf.sts.claims.ClaimTypes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final URI(c in [RFC 2256]) Country of a Subject.static final URIThe date of birth of a Subject in a form allowed by the xs:date data type.static final URI(mail in inetOrgPerson) Preferred address for the "To:" field of email to be sent to the Subject, usually of the form@ . static final URI(givenName in [RFC 2256]) Preferred name or first name of a Subject.static final URIGender of a Subject that can have any of these exact URI values '0' (meaning unspecified), '1' (meaning Male) or '2' (meaning Female)static final URI(homePhone in inetOrgPerson) Primary or home telephone number of a Subject.static final URI(sn in [RFC 2256]) Surname or family name of a Subject.static final URI(/ in [RFC 2256]) Locality component of a Subject's address information.static final URI(mobile in inetOrgPerson) Mobile telephone number of a Subject.static final URI(telephoneNumber in X.500 Person) Secondary or work telephone number of a Subject.static final URI(postalCode in X.500) Postal code or zip code component of a Subject's address information.static final URIA private personal identifier (PPID) that identifies the Subject to a Relying Party.static final URI(st in [RFC 2256]) Abbreviation for state or province name of a Subject's address information.static final URI(street in [RFC 2256]) Street address component of a Subject‟s address information.static final URIThe 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 final URIThe Web page of a Subject expressed as a URL. -
Method Summary
-
Field Details
-
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
(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
(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
(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
(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
(/ 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
(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
(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
(c in [RFC 2256]) Country of a Subject. According to RFC 2256: This attribute contains a two-letter ISO 3166 country code. -
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
(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
(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
The date of birth of a Subject in a form allowed by the xs:date data type. -
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
A private personal identifier (PPID) that identifies the Subject to a Relying Party. -
WEB_PAGE
The Web page of a Subject expressed as a URL.
-