Uses of Interface
org.duracloud.SecurityUserType
Packages that use SecurityUserType
-
Uses of SecurityUserType in org.duracloud
Methods in org.duracloud that return SecurityUserTypeModifier and TypeMethodDescriptionSecurityUsersType.addNewSecurityUser()Appends and returns a new empty value (as xml) as the last "security-user" elementSecurityUsersType.getSecurityUserArray()Gets array of all "security-user" elementsSecurityUsersType.getSecurityUserArray(int i) Gets ith "security-user" elementSecurityUsersType.insertNewSecurityUser(int i) Inserts and returns a new empty value (as xml) as the ith "security-user" elementstatic SecurityUserTypeSecurityUserType.Factory.newInstance()static SecurityUserTypeSecurityUserType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static SecurityUserTypestatic SecurityUserTypestatic SecurityUserTypeSecurityUserType.Factory.parse(InputStream is) static SecurityUserTypeSecurityUserType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static SecurityUserTypestatic SecurityUserTypestatic SecurityUserTypestatic SecurityUserTypestatic SecurityUserTypestatic SecurityUserTypestatic SecurityUserTypeSecurityUserType.Factory.parse(XMLStreamReader sr) static SecurityUserTypeSecurityUserType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static SecurityUserTypeSecurityUserType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static SecurityUserTypeSecurityUserType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic SecurityUserTypestatic SecurityUserTypeMethods in org.duracloud with parameters of type SecurityUserTypeModifier and TypeMethodDescriptionvoidSecurityUsersType.setSecurityUserArray(int i, SecurityUserType securityUser) Sets ith "security-user" elementvoidSecurityUsersType.setSecurityUserArray(SecurityUserType[] securityUserArray) Sets array of all "security-user" element -
Uses of SecurityUserType in org.duracloud.impl
Classes in org.duracloud.impl that implement SecurityUserTypeModifier and TypeClassDescriptionclassAn XML SecurityUserType(@duracloud.org).Methods in org.duracloud.impl that return SecurityUserTypeModifier and TypeMethodDescriptionSecurityUsersTypeImpl.addNewSecurityUser()Appends and returns a new empty value (as xml) as the last "security-user" elementSecurityUsersTypeImpl.getSecurityUserArray()Gets array of all "security-user" elementsSecurityUsersTypeImpl.getSecurityUserArray(int i) Gets ith "security-user" elementSecurityUsersTypeImpl.insertNewSecurityUser(int i) Inserts and returns a new empty value (as xml) as the ith "security-user" elementMethods in org.duracloud.impl with parameters of type SecurityUserTypeModifier and TypeMethodDescriptionvoidSecurityUsersTypeImpl.setSecurityUserArray(int i, SecurityUserType securityUser) Sets ith "security-user" elementvoidSecurityUsersTypeImpl.setSecurityUserArray(SecurityUserType[] securityUserArray) Sets array of all "security-user" element
XMLInputStream