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