Uses of Class
org.opencastproject.security.impl.jpa.JpaRole
Packages that use JpaRole
-
Uses of JpaRole in org.opencastproject.security.impl.jpa
Fields in org.opencastproject.security.impl.jpa with type parameters of type JpaRoleMethod parameters in org.opencastproject.security.impl.jpa with type arguments of type JpaRoleModifier and TypeMethodDescriptionvoidSets the rolesvoidConstructor parameters in org.opencastproject.security.impl.jpa with type arguments of type JpaRoleModifierConstructorDescriptionJpaGroup(String groupId, JpaOrganization organization, String name, String description, Set<JpaRole> roles) Constructs a group with the specified groupId, name, description, group role and roles.JpaGroup(String groupId, JpaOrganization organization, String name, String description, Set<JpaRole> roles, Set<String> members) Constructs a group with the specified groupId, name, description, group role and roles.JpaUser(String username, String password, JpaOrganization organization, String provider, boolean manageable, Set<JpaRole> roles) Constructs a user with the specified username, password, provider and roles.JpaUser(String username, String password, JpaOrganization organization, String name, String email, String provider, boolean manageable, Set<JpaRole> roles) Constructs a user with the specified username, password, name, email, provider and roles.JpaUserReference(String username, String name, String email, String loginMechanism, Date lastLogin, JpaOrganization organization, Set<JpaRole> roles) Constructs a user with the specified username, name, email, login mechanism, last login date, organization and roles. -
Uses of JpaRole in org.opencastproject.userdirectory
Methods in org.opencastproject.userdirectory that return types with arguments of type JpaRoleModifier and TypeMethodDescriptionUserDirectoryPersistenceUtil.findRoleQuery(String name, String organization) Returns the persisted role by the name and organization idUserDirectoryPersistenceUtil.findRolesByQuery(String orgId, String query, int limit, int offset) Returns a list of roles by a search query if set or all roles if search query isnullUserDirectoryPersistenceUtil.findRolesQuery(String organization, int limit, int offset) Returns all roles from the persistence unit as a listUserDirectoryPersistenceUtil.saveRolesQuery(Set<? extends Role> roles) Persist a set of rolesMethods in org.opencastproject.userdirectory with parameters of type JpaRole