public class Credentials extends Object
Constructor and Description |
---|
Credentials(String userId,
String password) |
Credentials(String userId,
String password,
com.knowgate.encryption.PasswordEncryption encryptionMethod) |
Modifier and Type | Method and Description |
---|---|
com.knowgate.encryption.PasswordEncryption |
getEncryptionMethod() |
String |
getSecret() |
String |
getUser() |
void |
setEncryptionMethod(com.knowgate.encryption.PasswordEncryption encryptionMethod) |
void |
setSecret(String password) |
void |
setUser(String userId) |
public String getUser()
public void setUser(String userId)
public String getSecret()
public void setSecret(String password)
public com.knowgate.encryption.PasswordEncryption getEncryptionMethod()
public void setEncryptionMethod(com.knowgate.encryption.PasswordEncryption encryptionMethod)
Copyright © 2019 KnowGate. All rights reserved.