|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectRADIUSPrincipal
| Constructor Summary | |
RADIUSPrincipal(String name)
Constructor to create the login name. |
|
| Method Summary | |
boolean |
equals(Object obj)
Compares the specified Object with this RADSIUSPrinciple object |
String |
getName()
Get the entity name |
int |
hashCode()
Return a hash code. |
String |
toString()
Return a string representation of the RADIUSPrinciple |
| Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RADIUSPrincipal(String name)
name - Entity name
NullPointerException - if the name is null.| Method Detail |
public String getName()
getName in interface Principalpublic String toString()
toString in interface Principalpublic boolean equals(Object obj)
equals in interface Principalobj - Object to be compared
public int hashCode()
hashCode in interface Principal
|
RADIUS Client API (V3) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||