net.sf.jradius.realm
Class StaticRealms

java.lang.Object
  extended by net.sf.jradius.realm.StaticRealms
All Implemented Interfaces:
RealmFactory

public class StaticRealms
extends java.lang.Object
implements RealmFactory

Author:
David Bird

Field Summary
protected  java.util.LinkedHashMap realms
           
 
Constructor Summary
StaticRealms()
           
 
Method Summary
 JRadiusRealm getRealm(java.lang.String realmName)
           
 java.util.Collection getRealms()
           
 void setConfig(XMLConfiguration config, org.apache.commons.configuration.HierarchicalConfiguration.Node root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realms

protected java.util.LinkedHashMap realms
Constructor Detail

StaticRealms

public StaticRealms()
Method Detail

getRealm

public JRadiusRealm getRealm(java.lang.String realmName)
                      throws RadiusException
Specified by:
getRealm in interface RealmFactory
Throws:
RadiusException

getRealms

public java.util.Collection getRealms()
                               throws RadiusException
Specified by:
getRealms in interface RealmFactory
Throws:
RadiusException

setConfig

public void setConfig(XMLConfiguration config,
                      org.apache.commons.configuration.HierarchicalConfiguration.Node root)
Specified by:
setConfig in interface RealmFactory


Copyright © 2006 The JRadius Project, All Rights Reserved.