Uses of Class
org.opencastproject.security.api.JaxbOrganization
Packages that use JaxbOrganization
-
Uses of JaxbOrganization in org.opencastproject.security.api
Subclasses of JaxbOrganization in org.opencastproject.security.apiFields in org.opencastproject.security.api declared as JaxbOrganizationModifier and TypeFieldDescriptionprotected JaxbOrganizationJaxbGroup.organizationprotected JaxbOrganizationJaxbRole.organizationprotected JaxbOrganizationJaxbUser.organizationThe user's home organization identifierFields in org.opencastproject.security.api with type parameters of type JaxbOrganizationModifier and TypeFieldDescriptionprotected List<JaxbOrganization> JaxbOrganizationList.organizationsThe list of organizationsMethods in org.opencastproject.security.api that return JaxbOrganizationModifier and TypeMethodDescriptionstatic JaxbOrganizationJaxbOrganization.fromOrganization(Organization org) Constructs an organization from an organizationMethods in org.opencastproject.security.api that return types with arguments of type JaxbOrganizationMethod parameters in org.opencastproject.security.api with type arguments of type JaxbOrganizationModifier and TypeMethodDescriptionvoidJaxbOrganizationList.setOrganizations(List<JaxbOrganization> organizations) Constructors in org.opencastproject.security.api with parameters of type JaxbOrganizationModifierConstructorDescriptionJaxbGroup(String groupId, JaxbOrganization organization, String name, String description) Constructs a group with the specified groupId, name, description and group role.JaxbGroup(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.JaxbRole(String name, JaxbOrganization organization) Constructs a role with the specified name and organization.JaxbRole(String name, JaxbOrganization organization, String description) Constructs a role with the specified name, organization and description.JaxbRole(String name, JaxbOrganization organization, String description, Role.Type type) Constructs a role with the specified name, organization, description, and persistence settings.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.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.Constructs a user which is a member of the given organization that has the specified roles and no password set.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 JaxbOrganizationModifierConstructorDescriptionJaxbOrganizationList(List<JaxbOrganization> organizations) Constructs a new OrganizationList wrapper from a list of organizations.