public class APICredentialsType extends Object
| Constructor and Description |
|---|
APICredentialsType()
Default Constructor
|
APICredentialsType(Node node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificate()
Getter for certificate
|
String |
getPassword()
Getter for password
|
String |
getSignature()
Getter for signature
|
APIAuthenticationType |
getType()
Getter for type
|
String |
getUsername()
Getter for username
|
void |
setCertificate(String certificate)
Setter for certificate
|
void |
setPassword(String password)
Setter for password
|
void |
setSignature(String signature)
Setter for signature
|
void |
setType(APIAuthenticationType type)
Setter for type
|
void |
setUsername(String username)
Setter for username
|
public APICredentialsType()
public APICredentialsType(Node node) throws XPathExpressionException
XPathExpressionExceptionpublic String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getSignature()
public void setSignature(String signature)
public String getCertificate()
public void setCertificate(String certificate)
public APIAuthenticationType getType()
public void setType(APIAuthenticationType type)
Copyright © 2015. All Rights Reserved.