net.sf.jradius.realm
Interface JRadiusRealm
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- RadiusRealm
public interface JRadiusRealm
- extends java.io.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
java.lang.String getRealm()
- Returns:
- Returns the realm.
setRealm
void setRealm(java.lang.String realm)
- Parameters:
realm
- The realm to set.
getServer
java.lang.String getServer()
- Returns:
- Returns the server.
setServer
void setServer(java.lang.String server)
- Parameters:
server
- The server to set.
getSharedSecret
java.lang.String getSharedSecret()
- Returns:
- Returns the sharedSecret.
setSharedSecret
void setSharedSecret(java.lang.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
java.lang.String getSource()
- Returns:
- Returns the source.
setSource
void setSource(java.lang.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 © 2006 The JRadius Project, All Rights Reserved.