|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.uses.net.sourceforge.jradiusclient.jaas.RadiusPrincipal
public class RadiusPrincipal
| Constructor Summary | |
|---|---|
RadiusPrincipal(String name)
Constructs RadiusPrincipal objects |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Compares the specified Object with this RadiusPrincipal
for equality. |
String |
getName()
Gets the name of this RadiusPrincipal |
int |
hashCode()
|
String |
toString()
This method returns a string representation of this RadiusPrincipal. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RadiusPrincipal(String name)
name - java.lang.String The name of this principal| Method Detail |
|---|
public String getName()
RadiusPrincipal
getName in interface PrincipalRadiusPrincipalpublic String toString()
RadiusPrincipal.
toString in interface PrincipaltoString in class ObjectRadiusPrincipal.public boolean equals(Object object)
RadiusPrincipal
for equality. Returns true if the given object is also a
RadiusPrincipal and the two RadiusPrincipal
have the same username.
equals in interface Principalequals in class Objectobject - Object to be compared for equality with this
RadiusPrincipal.
RadiusPrincipal.public int hashCode()
hashCode in interface PrincipalhashCode in class ObjectRadiusPrincipal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||