public class UserXmlParser extends Object
Constructor and Description |
---|
UserXmlParser() |
Modifier and Type | Method and Description |
---|---|
protected EntityBo |
constructEntity(org.jdom.Element userElement) |
protected PrincipalBo |
constructPrincipal(org.jdom.Element userElement,
String entityId) |
DataSource |
getKimDataSource() |
void |
parseUsers(org.jdom.Element root) |
void |
parseUsers(InputStream input) |
void |
setKimDataSource(DataSource kimDataSource) |
public UserXmlParser()
public void parseUsers(InputStream input) throws IOException, XmlException
IOException
XmlException
public void parseUsers(org.jdom.Element root) throws XmlException
XmlException
protected EntityBo constructEntity(org.jdom.Element userElement)
protected PrincipalBo constructPrincipal(org.jdom.Element userElement, String entityId)
public DataSource getKimDataSource()
public void setKimDataSource(DataSource kimDataSource)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.