Uses of Class
org.opencastproject.security.impl.jpa.JpaUser
Packages that use JpaUser
-
Uses of JpaUser in org.opencastproject.userdirectory
Methods in org.opencastproject.userdirectory that return types with arguments of type JpaUserModifier and TypeMethodDescriptionUserDirectoryPersistenceUtil.findUserQuery(long id, String organizationId) Returns the persisted user by the user id and organization idUserDirectoryPersistenceUtil.findUserQuery(String userName, String organizationId) Returns the persisted user by the user name and organization idUserDirectoryPersistenceUtil.findUsersByQuery(String orgId, String query, int limit, int offset) Returns a list of users by a search query if set or all users if search query isnullUserDirectoryPersistenceUtil.findUsersByUserNameQuery(Collection<String> userNames, String organizationId) Return specific users by their user namesUserDirectoryPersistenceUtil.findUsersQuery(String orgId, int limit, int offset) Returns a list of users by a search query if set or all users if search query isnullUserDirectoryPersistenceUtil.saveUserQuery(JpaUser user) Persist an userMethods in org.opencastproject.userdirectory with parameters of type JpaUserModifier and TypeMethodDescriptionvoidAdds a user to the persistencevoidAdds a user to the persistenceUserDirectoryPersistenceUtil.saveUserQuery(JpaUser user) Persist an userJpaUserAndRoleProvider.updateUser(JpaUser user) Updates a user to the persistenceJpaUserAndRoleProvider.updateUser(JpaUser user, boolean passwordEncoded) Updates a user to the persistence