org.openmdx.uses.net.sourceforge.jradiusclient.jaas
Class RadiusCallback

java.lang.Object
  extended by org.openmdx.uses.net.sourceforge.jradiusclient.jaas.RadiusCallback
All Implemented Interfaces:
Callback

public class RadiusCallback
extends Object
implements Callback


Constructor Summary
RadiusCallback()
           
 
Method Summary
 int getAcctPort()
           
 int getAuthPort()
           
 String getCallingStationID()
           
 String getHostName()
           
 int getNumRetries()
           
 String getSharedSecret()
           
 int getTimeout()
           
 void setAcctPort(int acctPort)
           
 void setAuthPort(int authPort)
           
 void setCallingStationID(String callingStationId)
           
 void setHostName(String hostName)
           
 void setNumRetries(int numRetries)
           
 void setSharedSecret(String sharedSecret)
           
 void setTimeout(int seconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiusCallback

public RadiusCallback()
Method Detail

getHostName

public String getHostName()

getSharedSecret

public String getSharedSecret()

getAuthPort

public int getAuthPort()

getAcctPort

public int getAcctPort()

getCallingStationID

public String getCallingStationID()

getNumRetries

public int getNumRetries()

getTimeout

public int getTimeout()

setHostName

public void setHostName(String hostName)

setSharedSecret

public void setSharedSecret(String sharedSecret)

setAuthPort

public void setAuthPort(int authPort)

setAcctPort

public void setAcctPort(int acctPort)

setCallingStationID

public void setCallingStationID(String callingStationId)

setNumRetries

public void setNumRetries(int numRetries)

setTimeout

public void setTimeout(int seconds)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.