public interface JRadiusRealm extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getAcctPort() |
int |
getAuthPort() |
String |
getRealm() |
String |
getServer() |
String |
getSharedSecret() |
String |
getSource() |
int |
getStrip() |
int |
getTimeStamp() |
boolean |
isLocal() |
void |
setAcctPort(int acctPort) |
void |
setAuthPort(int authPort) |
void |
setRealm(String realm) |
void |
setServer(String server) |
void |
setSharedSecret(String sharedSecret) |
void |
setSource(String source) |
void |
setStrip(int strip) |
void |
setTimeStamp(int timeStamp) |
boolean isLocal()
int getAcctPort()
void setAcctPort(int acctPort)
acctPort - The acctPort to set.int getAuthPort()
void setAuthPort(int authPort)
authPort - The authPort to set.String getRealm()
void setRealm(String realm)
realm - The realm to set.String getServer()
void setServer(String server)
server - The server to set.String getSharedSecret()
void setSharedSecret(String sharedSecret)
sharedSecret - The sharedSecret to set.int getStrip()
void setStrip(int strip)
strip - The strip to set.String getSource()
void setSource(String source)
source - The source to set.int getTimeStamp()
void setTimeStamp(int timeStamp)
timeStamp - The timeStamp to set.Copyright © 2017. All rights reserved.