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