public class SecurIDPrincipal extends Object implements Principal, Serializable
Constructor and Description |
---|
SecurIDPrincipal(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compares the specified Object with this
SecurIDPrincipal
for equality. |
String |
getName()
Return the SecurID username for this
SecurIDPrincipal . |
int |
hashCode()
Return a hash code for this
SecurIDPrincipal . |
String |
toString()
Return a string representation of this
SecurIDPrincipal . |
public SecurIDPrincipal(String name)
public String getName()
SecurIDPrincipal
.
public String toString()
SecurIDPrincipal
.
public boolean equals(Object o)
SecurIDPrincipal
for equality. Returns true if the given object is also a
SecurIDPrincipal
and the two SecurIDPrincipals
have the same username.
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.