public class RadiusRealm extends Object implements JRadiusRealm
| Constructor and Description |
|---|
RadiusRealm() |
| 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) |
String |
toString() |
public boolean isLocal()
isLocal in interface JRadiusRealmpublic int getAcctPort()
getAcctPort in interface JRadiusRealmpublic void setAcctPort(int acctPort)
setAcctPort in interface JRadiusRealmacctPort - The acctPort to set.public int getAuthPort()
getAuthPort in interface JRadiusRealmpublic void setAuthPort(int authPort)
setAuthPort in interface JRadiusRealmauthPort - The authPort to set.public String getRealm()
getRealm in interface JRadiusRealmpublic void setRealm(String realm)
setRealm in interface JRadiusRealmrealm - The realm to set.public String getServer()
getServer in interface JRadiusRealmpublic void setServer(String server)
setServer in interface JRadiusRealmserver - The server to set.public String getSharedSecret()
getSharedSecret in interface JRadiusRealmpublic void setSharedSecret(String sharedSecret)
setSharedSecret in interface JRadiusRealmsharedSecret - The sharedSecret to set.public int getStrip()
getStrip in interface JRadiusRealmpublic void setStrip(int strip)
setStrip in interface JRadiusRealmstrip - The strip to set.public String getSource()
getSource in interface JRadiusRealmpublic void setSource(String source)
setSource in interface JRadiusRealmsource - The source to set.public int getTimeStamp()
getTimeStamp in interface JRadiusRealmpublic void setTimeStamp(int timeStamp)
setTimeStamp in interface JRadiusRealmtimeStamp - The timeStamp to set.Copyright © 2017. All rights reserved.