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.