Uses of Interface
org.duracloud.AuthoritiesType
-
Packages that use AuthoritiesType Package Description org.duracloud org.duracloud.impl -
-
Uses of AuthoritiesType in org.duracloud
Methods in org.duracloud that return AuthoritiesType Modifier and Type Method Description static AuthoritiesTypeAuthoritiesType.Factory. newInstance()static AuthoritiesTypeAuthoritiesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AuthoritiesTypeAuthoritiesType.Factory. newValue(Object obj)static AuthoritiesTypeAuthoritiesType.Factory. parse(File file)static AuthoritiesTypeAuthoritiesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AuthoritiesTypeAuthoritiesType.Factory. parse(InputStream is)static AuthoritiesTypeAuthoritiesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AuthoritiesTypeAuthoritiesType.Factory. parse(Reader r)static AuthoritiesTypeAuthoritiesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AuthoritiesTypeAuthoritiesType.Factory. parse(String xmlAsString)static AuthoritiesTypeAuthoritiesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AuthoritiesTypeAuthoritiesType.Factory. parse(URL u)static AuthoritiesTypeAuthoritiesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AuthoritiesTypeAuthoritiesType.Factory. parse(XMLStreamReader sr)static AuthoritiesTypeAuthoritiesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AuthoritiesTypeAuthoritiesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AuthoritiesTypeAuthoritiesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AuthoritiesTypeAuthoritiesType.Factory. parse(Node node)static AuthoritiesTypeAuthoritiesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)AuthoritiesTypeSecurityUserType. xgetGrantedAuthorities()Gets (as xml) the "grantedAuthorities" elementMethods in org.duracloud with parameters of type AuthoritiesType Modifier and Type Method Description voidSecurityUserType. xsetGrantedAuthorities(AuthoritiesType grantedAuthorities)Sets (as xml) the "grantedAuthorities" element -
Uses of AuthoritiesType in org.duracloud.impl
Classes in org.duracloud.impl that implement AuthoritiesType Modifier and Type Class Description classAuthoritiesTypeImplAn XML AuthoritiesType(@duracloud.org).Methods in org.duracloud.impl that return AuthoritiesType Modifier and Type Method Description AuthoritiesTypeSecurityUserTypeImpl. xgetGrantedAuthorities()Gets (as xml) the "grantedAuthorities" elementMethods in org.duracloud.impl with parameters of type AuthoritiesType Modifier and Type Method Description voidSecurityUserTypeImpl. xsetGrantedAuthorities(AuthoritiesType grantedAuthorities)Sets (as xml) the "grantedAuthorities" element
-