public abstract class Credential extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Credential.CredentialType |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlias() |
String |
getCoveredPassword() |
char[] |
getPassword() |
String |
getSecretCover() |
Credential.CredentialType |
getType() |
abstract String |
getUsername() |
int |
hashCode() |
boolean |
isPassphraseCredential() |
boolean |
isUserCredential() |
void |
setAlias(String alias) |
void |
setPassword(char[] password) |
void |
setSecretCover(String cover) |
abstract void |
setUsername(String userName) |
String |
toString() |
public String getAlias()
public char[] getPassword()
public abstract String getUsername()
public void setAlias(String alias) throws FMWCredentialsException
FMWCredentialsException
public void setPassword(char[] password) throws FMWCredentialsException
FMWCredentialsException
public abstract void setUsername(String userName) throws FMWCredentialsException
FMWCredentialsException
public Credential.CredentialType getType()
public boolean isPassphraseCredential()
public boolean isUserCredential()
public String getSecretCover()
public void setSecretCover(String cover)
public String getCoveredPassword()