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