public class CertificateCredentialImplementation extends CredentialImplementation
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
certfile
This member variables holds the URI of the keyfile of the SecurityContext
|
Constructor and Description |
---|
CertificateCredentialImplementation(java.lang.String adaptorName,
java.lang.String uniqueID,
XenonProperties properties,
java.lang.String certfile,
java.lang.String username,
char[] password)
Constructs a
CertificateCredentialImplementation out of a URI pointing to the private key, a URI
pointing to the certificate, a username and a password. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCertfile()
Returns the
URI of the certificate file. |
java.lang.String |
toString() |
getAdaptorName, getPassword, getProperties, getUniqueID, getUsername
private java.lang.String certfile
public CertificateCredentialImplementation(java.lang.String adaptorName, java.lang.String uniqueID, XenonProperties properties, java.lang.String certfile, java.lang.String username, char[] password)
CertificateCredentialImplementation
out of a URI
pointing to the private key, a URI
pointing to the certificate, a username and a password.certfile
- the certificate file (for example usercert.pem)username
- the usernamepassword
- the password or passphrase belonging to the key and certificate.