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