Uses of Class
org.opencastproject.security.api.JaxbUser
Packages that use JaxbUser
-
Uses of JaxbUser in org.opencastproject.security.api
Fields in org.opencastproject.security.api with type parameters of type JaxbUserMethods in org.opencastproject.security.api that return JaxbUserModifier and TypeMethodDescriptionstatic JaxbUserCreates a JAXB user from a regular user object.static JaxbUserJaxbUser.fromUser(User user, Collection<? extends Role> extraRoles) Creates a JAXB user from a regular user object with an additional set of roles.Methods in org.opencastproject.security.api that return types with arguments of type JaxbUserMethod parameters in org.opencastproject.security.api with type arguments of type JaxbUserConstructors in org.opencastproject.security.api with parameters of type JaxbUserConstructor parameters in org.opencastproject.security.api with type arguments of type JaxbUser -
Uses of JaxbUser in org.opencastproject.userdirectory
Methods in org.opencastproject.userdirectory that return JaxbUserModifier and TypeMethodDescriptionUserEndpoint.getUserAsJson(String username) UserEndpoint.getUserAsXml(String username)