|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tinyradius.util.RadiusEndpoint
public class RadiusEndpoint
This class stores information about a Radius endpoint. This includes the address of the remote endpoint and the shared secret used for securing the communication.
| Constructor Summary | |
|---|---|
RadiusEndpoint(java.net.InetSocketAddress remoteAddress,
java.lang.String sharedSecret)
Constructs a RadiusEndpoint object. |
|
| Method Summary | |
|---|---|
java.net.InetSocketAddress |
getEndpointAddress()
Returns the remote address. |
java.lang.String |
getSharedSecret()
Returns the shared secret. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RadiusEndpoint(java.net.InetSocketAddress remoteAddress,
java.lang.String sharedSecret)
remoteAddress - remote address (ip and port number)sharedSecret - shared secret| Method Detail |
|---|
public java.net.InetSocketAddress getEndpointAddress()
public java.lang.String getSharedSecret()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||