Class HOTPPrincipal
java.lang.Object
net.shibboleth.idp.authn.principal.HOTPPrincipal
- All Implemented Interfaces:
Cloneable,Principal,CloneablePrincipal
Principal based on an HOTP authentication.
- Since:
- 4.1.0
-
Field Details
-
username
The username.
-
-
Constructor Details
-
HOTPPrincipal
Constructor.- Parameters:
name- the username
-
-
Method Details
-
getName
-
hashCode
public int hashCode() -
equals
-
toString
-
clone
Creates and returns a copy of this object.- Specified by:
clonein interfaceCloneablePrincipal- Overrides:
clonein classObject- Returns:
- a clone of this instance.
- Throws:
CloneNotSupportedException- if the instance cannot be cloned.- See Also:
-