public class Credential
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
domain |
protected Identity |
identity |
protected java.util.List<java.lang.Object> |
sharedSecretOrDigitalSignatureOrCredentialMac |
protected java.lang.String |
type |
| Constructor and Description |
|---|
Credential() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
Identity |
getIdentity()
Gets the value of the identity property.
|
java.util.List<java.lang.Object> |
getSharedSecretOrDigitalSignatureOrCredentialMac()
Gets the value of the sharedSecretOrDigitalSignatureOrCredentialMac property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setIdentity(Identity value)
Sets the value of the identity property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String domain
protected java.lang.String type
protected Identity identity
protected java.util.List<java.lang.Object> sharedSecretOrDigitalSignatureOrCredentialMac
public java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic Identity getIdentity()
Identitypublic void setIdentity(Identity value)
value - allowed object is
Identitypublic java.util.List<java.lang.Object> getSharedSecretOrDigitalSignatureOrCredentialMac()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sharedSecretOrDigitalSignatureOrCredentialMac property.
For example, to add a new item, do as follows:
getSharedSecretOrDigitalSignatureOrCredentialMac().add(newItem);
Objects of the following type(s) are allowed in the list
SharedSecret
DigitalSignature
CredentialMac
Copyright © 2018 SAP SE. All Rights Reserved.