net.sf.jradius.realm
Interface RealmFactory
- All Known Implementing Classes:
- StaticRealms
public interface RealmFactory
- Author:
- David Bird
getRealm
JRadiusRealm getRealm(java.lang.String realmName)
throws RadiusException
- Throws:
RadiusException
getRealms
java.util.Collection getRealms()
throws RadiusException
- Throws:
RadiusException
setConfig
void setConfig(XMLConfiguration config,
org.apache.commons.configuration.HierarchicalConfiguration.Node root)
Copyright © 2006 The JRadius Project, All Rights Reserved.