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