net.sf.jradius.realm
Class RadiusRealm

java.lang.Object
  extended by net.sf.jradius.realm.RadiusRealm
All Implemented Interfaces:
java.io.Serializable, JRadiusRealm

public class RadiusRealm
extends java.lang.Object
implements JRadiusRealm

Author:
David Bird
See Also:
Serialized Form

Constructor Summary
RadiusRealm()
           
 
Method Summary
 int getAcctPort()
           
 int getAuthPort()
           
 java.lang.String getRealm()
           
 java.lang.String getServer()
           
 java.lang.String getSharedSecret()
           
 java.lang.String getSource()
           
 int getStrip()
           
 int getTimeStamp()
           
 boolean isLocal()
           
 void setAcctPort(int acctPort)
           
 void setAuthPort(int authPort)
           
 void setRealm(java.lang.String realm)
           
 void setServer(java.lang.String server)
           
 void setSharedSecret(java.lang.String sharedSecret)
           
 void setSource(java.lang.String source)
           
 void setStrip(int strip)
           
 void setTimeStamp(int timeStamp)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RadiusRealm

public RadiusRealm()
Method Detail

isLocal

public boolean isLocal()
Specified by:
isLocal in interface JRadiusRealm

getAcctPort

public int getAcctPort()
Specified by:
getAcctPort in interface JRadiusRealm
Returns:
Returns the acctPort.

setAcctPort

public void setAcctPort(int acctPort)
Specified by:
setAcctPort in interface JRadiusRealm
Parameters:
acctPort - The acctPort to set.

getAuthPort

public int getAuthPort()
Specified by:
getAuthPort in interface JRadiusRealm
Returns:
Returns the authPort.

setAuthPort

public void setAuthPort(int authPort)
Specified by:
setAuthPort in interface JRadiusRealm
Parameters:
authPort - The authPort to set.

getRealm

public java.lang.String getRealm()
Specified by:
getRealm in interface JRadiusRealm
Returns:
Returns the realm.

setRealm

public void setRealm(java.lang.String realm)
Specified by:
setRealm in interface JRadiusRealm
Parameters:
realm - The realm to set.

getServer

public java.lang.String getServer()
Specified by:
getServer in interface JRadiusRealm
Returns:
Returns the server.

setServer

public void setServer(java.lang.String server)
Specified by:
setServer in interface JRadiusRealm
Parameters:
server - The server to set.

getSharedSecret

public java.lang.String getSharedSecret()
Specified by:
getSharedSecret in interface JRadiusRealm
Returns:
Returns the sharedSecret.

setSharedSecret

public void setSharedSecret(java.lang.String sharedSecret)
Specified by:
setSharedSecret in interface JRadiusRealm
Parameters:
sharedSecret - The sharedSecret to set.

getStrip

public int getStrip()
Specified by:
getStrip in interface JRadiusRealm
Returns:
Returns the strip.

setStrip

public void setStrip(int strip)
Specified by:
setStrip in interface JRadiusRealm
Parameters:
strip - The strip to set.

getSource

public java.lang.String getSource()
Specified by:
getSource in interface JRadiusRealm
Returns:
Returns the source.

setSource

public void setSource(java.lang.String source)
Specified by:
setSource in interface JRadiusRealm
Parameters:
source - The source to set.

getTimeStamp

public int getTimeStamp()
Specified by:
getTimeStamp in interface JRadiusRealm
Returns:
Returns the timeStamp.

setTimeStamp

public void setTimeStamp(int timeStamp)
Specified by:
setTimeStamp in interface JRadiusRealm
Parameters:
timeStamp - The timeStamp to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006 The JRadius Project, All Rights Reserved.