Package org.cxml
Class Credential
java.lang.Object
org.cxml.Credential
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the domain property.Gets the value of the identity property.Gets the value of the sharedSecretOrDigitalSignatureOrCredentialMac property.getType()Gets the value of the type property.voidSets the value of the domain property.voidsetIdentity(Identity value) Sets the value of the identity property.voidSets the value of the type property.
-
Field Details
-
domain
-
type
-
identity
-
-
Constructor Details
-
Credential
public Credential()
-
-
Method Details
-
getDomain
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
Sets the value of the domain property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getIdentity
Gets the value of the identity property.- Returns:
- possible object is
Identity
-
setIdentity
Sets the value of the identity property.- Parameters:
value- allowed object isIdentity
-