Method Summary |
|
public boolean | equals(Object object) Compares this
InternalCredential to the provided credential
and check if they are equal.
return Whether the
InternalCredential are equal. |
public int | getAuthenticationFailures() |
public String | getClassname() |
public Timestamp | getCreationDate() |
public long | getCredentialId() |
public Date | getExpirationDate() |
public Timestamp | getLastAuthenticationDate() |
public Timestamp | getModifiedDate() |
public Timestamp | getPreviousAuthenticationDate() |
public long | getPrincipalId() |
public int | getType() |
public String | getValue() |
public boolean | isEnabled() |
public boolean | isEncoded() |
public boolean | isExpired() |
public boolean | isUpdateRequired() |
public void | setAuthenticationFailures(int authenticationFailures) |
public void | setClassname(String classname) |
public void | setCreationDate(Timestamp creationDate) |
public void | setCredentialId(long credentialId) |
public void | setEnabled(boolean enabled) |
public void | setEncoded(boolean encoded) |
public void | setExpirationDate(Date expirationDate) |
public void | setExpired(boolean expired) |
public void | setLastAuthenticationDate(Timestamp lastAuthenticationDate) |
public void | setModifiedDate(Timestamp modifiedDate) |
public void | setPreviousAuthenticationDate(Timestamp previousAuthenticationDate) |
public void | setPrincipalId(long principalId) |
public void | setType(int type) |
public void | setUpdateRequired(boolean updateRequired) |
public void | setValue(String value) |
public String | toString() |