public final class ClaimTypes extends Object
Modifier and Type | Field and Description |
---|---|
static URI |
COUNTRY
(c in [RFC 2256]) Country of a Subject.
|
static URI |
DATEOFBIRTH
The date of birth of a Subject in a form allowed by the xs:date data type.
|
static URI |
EMAILADDRESS
(mail in inetOrgPerson) Preferred address for the "To:" field of email
to be sent to the Subject, usually of the form
|
static URI |
FIRSTNAME
(givenName in [RFC 2256]) Preferred name or first name of a Subject.
|
static 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)
|
static URI |
HOMEPHONE
(homePhone in inetOrgPerson) Primary or home telephone number of a Subject.
|
static URI |
LASTNAME
(sn in [RFC 2256]) Surname or family name of a Subject.
|
static URI |
LOCALITY
(/ in [RFC 2256]) Locality component of a Subject's address information.
|
static URI |
MOBILEPHONE
(mobile in inetOrgPerson) Mobile telephone number of a Subject.
|
static URI |
OTHERPHONE
(telephoneNumber in X.500 Person) Secondary or work telephone number of a Subject.
|
static URI |
POSTALCODE
(postalCode in X.500) Postal code or zip code component of a Subject's address information.
|
static URI |
PRIVATE_PERSONAL_IDENTIFIER
A private personal identifier (PPID) that identifies the Subject to a Relying Party.
|
static URI |
STATE_PROVINCE
(st in [RFC 2256]) Abbreviation for state or province name of a Subject's address information.
|
static URI |
STREETADDRESS
(street in [RFC 2256]) Street address component of a Subject‟s address information.
|
static 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
|
static URI |
WEB_PAGE
The Web page of a Subject expressed as a URL.
|
public static final URI URI_BASE
public static final URI FIRSTNAME
public static final URI LASTNAME
public static final URI EMAILADDRESS
public static final URI STREETADDRESS
public static final URI LOCALITY
public static final URI STATE_PROVINCE
public static final URI POSTALCODE
public static final URI COUNTRY
public static final URI HOMEPHONE
public static final URI OTHERPHONE
public static final URI MOBILEPHONE
public static final URI DATEOFBIRTH
public static final URI GENDER
public static final URI PRIVATE_PERSONAL_IDENTIFIER
public static final URI WEB_PAGE
Copyright © 2021 JBoss by Red Hat. All rights reserved.