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 final URI
    (c in [RFC 2256]) Country of a Subject.
    static final URI
    The 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 URI
    Gender 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 URI
    A 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 URI
    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
    static final URI
    The Web page of a Subject expressed as a URL.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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.