net.sourceforge.heracles.dao.config
Class HeraclesConfig
java.lang.Object
net.sourceforge.heracles.dao.config.HeraclesConfig
public class HeraclesConfig
- extends java.lang.Object
Title: HeraclesConfig.java
Description: This Class managed differt domain and realm configurations
Java Version: JDK 1.5
- Version:
- 1.0
- Author:
- Philipp Gantert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private org.apache.log4j.Logger logger
domains
private java.util.List<Domain> domains
realms
private java.util.List<Realm> realms
HeraclesConfig
public HeraclesConfig()
throws java.io.IOException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException
getDomains
public java.util.List<Domain> getDomains()
- Returns:
- the domains
setDomains
public void setDomains(java.util.List<Domain> domains)
- Parameters:
domains
- the domains to set
getRealm
public Realm getRealm(java.lang.String name)
throws HeraclesException
- Parameters:
name
-
- Returns:
Realm
- Throws:
HeraclesException
getRealms
public java.util.List<Realm> getRealms()
- Returns:
- the realms
setRealms
public void setRealms(java.util.List<Realm> realms)
- Parameters:
realms
- the realms to set
getDomain
public Domain getDomain(java.lang.String name)
throws HeraclesException
- Parameters:
name
-
- Returns:
Domain
- Throws:
HeraclesException
digestserRun
private void digestserRun()
throws java.io.IOException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException
Copyright © 2007 null. All Rights Reserved.