net.jradius.realm
Interface JRadiusRealm
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- RadiusRealm
public interface JRadiusRealm
- extends Serializable
Interface defining a RADIUS realm.
- Author:
- David Bird
isLocal
boolean isLocal()
getAcctPort
int getAcctPort()
- Returns:
- Returns the acctPort.
setAcctPort
void setAcctPort(int acctPort)
- Parameters:
acctPort
- The acctPort to set.
getAuthPort
int getAuthPort()
- Returns:
- Returns the authPort.
setAuthPort
void setAuthPort(int authPort)
- Parameters:
authPort
- The authPort to set.
getRealm
String getRealm()
- Returns:
- Returns the realm.
setRealm
void setRealm(String realm)
- Parameters:
realm
- The realm to set.
getServer
String getServer()
- Returns:
- Returns the server.
setServer
void setServer(String server)
- Parameters:
server
- The server to set.
getSharedSecret
String getSharedSecret()
- Returns:
- Returns the sharedSecret.
setSharedSecret
void setSharedSecret(String sharedSecret)
- Parameters:
sharedSecret
- The sharedSecret to set.
getStrip
int getStrip()
- Returns:
- Returns the strip.
setStrip
void setStrip(int strip)
- Parameters:
strip
- The strip to set.
getSource
String getSource()
- Returns:
- Returns the source.
setSource
void setSource(String source)
- Parameters:
source
- The source to set.
getTimeStamp
int getTimeStamp()
- Returns:
- Returns the timeStamp.
setTimeStamp
void setTimeStamp(int timeStamp)
- Parameters:
timeStamp
- The timeStamp to set.
Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.