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.adaptorName
- the name of the adaptoruniqueID
- the unique ID of this certificateproperties
- the properties used to configure the implementationcertfile
- the certification fileusername
- the username for this certificatepassword
- the password or passphrase for this certificate