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