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