public class ProxyCredentialImplementation extends CredentialImplementation
Constructor and Description |
---|
ProxyCredentialImplementation(java.lang.String adaptorName,
java.lang.String uniqueID,
XenonProperties properties)
Constructs a
ProxyCredentialImplementation . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getAdaptorName, getPassword, getProperties, getUniqueID, getUsername
public ProxyCredentialImplementation(java.lang.String adaptorName, java.lang.String uniqueID, XenonProperties properties)
ProxyCredentialImplementation
. Complete API unclear at the moment.adaptorName
- the name of the adaptor creating this credentialuniqueID
- a unique ID for this credentialproperties
- properties to take into account when creating this credential.