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