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