public class X509Certificate extends MultiValuedAttribute
For more detailed information please look at the SCIM core schema 2.0, section 3.2
| Modifier and Type | Class and Description |
|---|---|
static class |
X509Certificate.Builder
Builder class that is used to build
X509Certificate instances |
static class |
X509Certificate.Type
Represents an X509Certificate type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay()
Gets the human readable name, primarily used for display purposes.
|
String |
getOperation()
Gets the operation applied during a PATCH request.
|
X509Certificate.Type |
getType()
Gets the type of the attribute.
|
String |
getValue()
Gets the attribute's significant value; e.g., the e-mail address, phone number etc.
|
boolean |
isPrimary()
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.
|
String |
toString() |
equals, getReference, hashCodepublic String getOperation()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
getOperation in class MultiValuedAttributepublic String getValue()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
getValue in class MultiValuedAttributepublic String getDisplay()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
getDisplay in class MultiValuedAttributepublic boolean isPrimary()
MultiValuedAttributeFor more detailed information please look at the SCIM core schema 2.0, section 3.2
isPrimary in class MultiValuedAttributepublic X509Certificate.Type getType()
For more detailed information please look at the SCIM core schema 2.0, section 3.2
public String toString()
toString in class MultiValuedAttributeCopyright © 2014. All Rights Reserved.