net.sf.jradius.security.auth
Class JRadiusCallback

java.lang.Object
  extended by net.sf.jradius.security.auth.JRadiusCallback
All Implemented Interfaces:
javax.security.auth.callback.Callback

public class JRadiusCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback

JRadius JAAS Callback.

Author:
David Bird

Constructor Summary
JRadiusCallback(RadiusClient radiusClient)
           
 
Method Summary
 AttributeList getAcctAttributes()
           
 AttributeList getAuthAttributes()
           
 RadiusAuthenticator getRadiusAuthenticator()
           
 RadiusClient getRadiusClient()
           
 void setAcctAttributes(AttributeList acctAttributes)
           
 void setAuthAttributes(AttributeList authAttributes)
           
 void setRadiusAuthenticator(RadiusAuthenticator radiusAuthenticator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRadiusCallback

public JRadiusCallback(RadiusClient radiusClient)
Method Detail

getRadiusClient

public RadiusClient getRadiusClient()

getRadiusAuthenticator

public RadiusAuthenticator getRadiusAuthenticator()

setRadiusAuthenticator

public void setRadiusAuthenticator(RadiusAuthenticator radiusAuthenticator)

getAcctAttributes

public AttributeList getAcctAttributes()

setAcctAttributes

public void setAcctAttributes(AttributeList acctAttributes)

getAuthAttributes

public AttributeList getAuthAttributes()

setAuthAttributes

public void setAuthAttributes(AttributeList authAttributes)


Copyright © 2006 The JRadius Project, All Rights Reserved.