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) |
void |
parseUsers(org.jdom.Element root) |
void |
parseUsers(InputStream input) |
public UserXmlParser()
public void parseUsers(InputStream input) throws IOException, XmlException
IOExceptionXmlExceptionpublic void parseUsers(org.jdom.Element root) throws XmlException
XmlExceptionprotected EntityBo constructEntity(org.jdom.Element userElement)
protected PrincipalBo constructPrincipal(org.jdom.Element userElement, String entityId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.