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