| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.duracloud.security.xml.SecurityUsersDocumentBinding
public class SecurityUsersDocumentBinding
This class is a helper utility for binding SecurityUserBean objects to a SecurityUsers xml document.
| Constructor Summary | |
|---|---|
| SecurityUsersDocumentBinding() | |
| Method Summary | |
|---|---|
| static java.lang.String | createDocumentFrom(java.util.Collection<SecurityUserBean> users)This method serializes the arg SecurityUserBean list into an xml document. | 
| static java.util.List<SecurityUserBean> | createSecurityUsersFrom(java.io.InputStream xml)This method binds a SecurityUserBean list to the content of the arg xml. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SecurityUsersDocumentBinding()
| Method Detail | 
|---|
public static java.util.List<SecurityUserBean> createSecurityUsersFrom(java.io.InputStream xml)
xml - document to be bound to SecurityUserBean list
public static java.lang.String createDocumentFrom(java.util.Collection<SecurityUserBean> users)
users - SecurityUserBean list to be serialized
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||