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