com.opensymphony.user.util
Class ConfigLoader

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.opensymphony.user.util.ConfigLoader
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

Deprecated.

@Deprecated
public class ConfigLoader
extends DefaultHandler

ConfigLoader parses the opensymphony-user.xml file, creates suitable instances of providers, reads their properties and initializes them.

Version:
$Revision: 1.3 $
Author:
Joe Walnes
See Also:
UserManager, UserProvider

Field Summary
protected  Configuration.Builder configurationBuilder
          Deprecated.  
protected  String currentClass
          Deprecated.  
protected  Properties currentProperties
          Deprecated.  
 
Constructor Summary
ConfigLoader()
          Deprecated.  
 
Method Summary
 Configuration load(InputStream in, Configuration.Builder configurationBuilder)
          Deprecated.  
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentProperties

protected Properties currentProperties
Deprecated. 

currentClass

protected String currentClass
Deprecated. 

configurationBuilder

protected Configuration.Builder configurationBuilder
Deprecated. 
Constructor Detail

ConfigLoader

public ConfigLoader()
Deprecated. 
Method Detail

load

public Configuration load(InputStream in,
                          Configuration.Builder configurationBuilder)
Deprecated. 


Copyright © 2002-2011 Atlassian. All Rights Reserved.