Package org.cxml

Class Credential

java.lang.Object
org.cxml.Credential

public class Credential extends Object
  • Field Details

    • domain

      protected String domain
    • type

      protected String type
    • identity

      protected Identity identity
    • sharedSecretOrDigitalSignatureOrCredentialMac

      protected List<Object> sharedSecretOrDigitalSignatureOrCredentialMac
  • Constructor Details

    • Credential

      public Credential()
  • Method Details

    • getDomain

      public String getDomain()
      Gets the value of the domain property.
      Returns:
      possible object is String
    • setDomain

      public void setDomain(String value)
      Sets the value of the domain property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getIdentity

      public Identity getIdentity()
      Gets the value of the identity property.
      Returns:
      possible object is Identity
    • setIdentity

      public void setIdentity(Identity value)
      Sets the value of the identity property.
      Parameters:
      value - allowed object is Identity
    • getSharedSecretOrDigitalSignatureOrCredentialMac

      public List<Object> getSharedSecretOrDigitalSignatureOrCredentialMac()
      Gets the value of the sharedSecretOrDigitalSignatureOrCredentialMac property.

      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 CredentialMac DigitalSignature SharedSecret