Uses of Class
org.opencastproject.security.api.JaxbRole
Packages that use JaxbRole
-
Uses of JaxbRole in org.opencastproject.security.api
Fields in org.opencastproject.security.api with type parameters of type JaxbRoleModifier and TypeFieldDescriptionJaxbGroup.rolesJaxbRoleList.rolesA list of roles.JaxbUser.rolesThe rolesMethods in org.opencastproject.security.api that return JaxbRoleMethods in org.opencastproject.security.api that return types with arguments of type JaxbRoleMethod parameters in org.opencastproject.security.api with type arguments of type JaxbRoleConstructors in org.opencastproject.security.api with parameters of type JaxbRoleModifierConstructorDescriptionJaxbRoleList(JaxbRole role) JaxbUser(String userName, String password, String provider, JaxbOrganization organization, JaxbRole... roles) Constructs a user which is a member of the given organization that has the specified roles.JaxbUser(String userName, String provider, JaxbOrganization organization, JaxbRole... roles) Constructs a user which is a member of the given organization that has the specified roles and no password set.Constructor parameters in org.opencastproject.security.api with type arguments of type JaxbRoleModifierConstructorDescriptionJaxbGroup(String groupId, JaxbOrganization organization, String name, String description, Set<JaxbRole> roles) Constructs a group with the specified groupId, name, description, group role and roles.JaxbGroup(String groupId, JaxbOrganization organization, String name, String description, Set<JaxbRole> roles, Set<String> members) Constructs a group with the specified groupId, name, description, group role and roles.JaxbRoleList(Collection<JaxbRole> roles) JaxbUser(String userName, String password, String name, String email, String provider, JaxbOrganization organization, Set<JaxbRole> roles) Constructs a user which is a member of the given organization that has the specified roles.JaxbUser(String userName, String password, String provider, JaxbOrganization organization, Set<JaxbRole> roles) Constructs a user which is a member of the given organization that has the specified roles.Constructs a user which is a member of the given organization that has the specified roles and no password set.