Uses of Interface
org.opencastproject.security.api.Role
Packages that use Role
Package
Description
Capture-admin service implementation classes.
-
Uses of Role in org.opencastproject.adminui.userdirectory
Methods in org.opencastproject.adminui.userdirectory that return types with arguments of type RoleModifier and TypeMethodDescriptionUIRolesRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) UIRolesRoleProvider.getRolesForUser(String userName) -
Uses of Role in org.opencastproject.capture.admin.impl
Methods in org.opencastproject.capture.admin.impl that return types with arguments of type RoleModifier and TypeMethodDescriptionCaptureAgentAdminRoleProviderImpl.findRoles(String query, Role.Target target, int offset, int limit) CaptureAgentAdminRoleProviderImpl.getRolesForUser(String userName) -
Uses of Role in org.opencastproject.external.userdirectory
Methods in org.opencastproject.external.userdirectory that return types with arguments of type RoleModifier and TypeMethodDescriptionExternalApiRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) ExternalApiRoleProvider.getRolesForUser(String userName) -
Uses of Role in org.opencastproject.security.aai
Methods in org.opencastproject.security.aai that return types with arguments of type RoleModifier and TypeMethodDescriptionConfigurableLoginHandler.findRoles(String query, Role.Target target, int offset, int limit) DynamicLoginHandler.findRoles(String query, Role.Target target, int offset, int limit) DynamicLoginHandler.getRoles()Return the rolesDynamicLoginHandler.getRolesForGroup(String groupName) ConfigurableLoginHandler.getRolesForUser(String userName) DynamicLoginHandler.getRolesForUser(String userName) -
Uses of Role in org.opencastproject.security.api
Classes in org.opencastproject.security.api that implement RoleMethods in org.opencastproject.security.api that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleDirectoryService.findRoles(String query, Role.Target target, int offset, int limit) Return the found roles as a list.RoleProvider.findRoles(String query, Role.Target target, int offset, int limit) Return the found roles as an iterator.Group.getRoles()Gets the group's roles.JaxbGroup.getRoles()JaxbUser.getRoles()User.getRoles()Gets the user's roles.GroupProvider.getRolesForGroup(String groupName) Returns the roles for this group or an empty array if no roles are applicable.RoleProvider.getRolesForUser(String userName) Returns the roles for this user or an empty array if no roles are applicable.Methods in org.opencastproject.security.api with parameters of type RoleMethod parameters in org.opencastproject.security.api with type arguments of type RoleModifier and TypeMethodDescriptionstatic JaxbUserJaxbUser.fromUser(User user, Collection<? extends Role> extraRoles) Creates a JAXB user from a regular user object with an additional set of roles. -
Uses of Role in org.opencastproject.security.impl.jpa
Classes in org.opencastproject.security.impl.jpa that implement RoleMethods in org.opencastproject.security.impl.jpa that return types with arguments of type Role -
Uses of Role in org.opencastproject.security.jwt
Methods in org.opencastproject.security.jwt that return types with arguments of type Role -
Uses of Role in org.opencastproject.userdirectory
Methods in org.opencastproject.userdirectory that return types with arguments of type RoleModifier and TypeMethodDescriptionCustomRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) InMemoryUserAndRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) JpaGroupRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) Return the found roles as an iterator.JpaUserAndRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) Return the found roles as an iterator.JpaUserReferenceProvider.findRoles(String query, Role.Target target, int offset, int limit) Return the found roles as an iterator.OrganizationRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) UserAndRoleDirectoryServiceImpl.findRoles(String query, Role.Target target, int offset, int limit) UserIdRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) JpaGroupRoleProvider.getRoles()Return the rolesJpaUserReferenceProvider.getRoles()Return the rolesJpaGroupRoleProvider.getRolesForGroup(String groupName) Returns the roles for this group or an empty array if no roles are applicable.CustomRoleProvider.getRolesForUser(String userName) InMemoryUserAndRoleProvider.getRolesForUser(String userName) Returns the roles for this user or an empty array if no roles are applicable.JpaGroupRoleProvider.getRolesForUser(String userName) Returns the roles for this user or an empty array if no roles are applicable.JpaUserAndRoleProvider.getRolesForUser(String userName) Returns the roles for this user or an empty array if no roles are applicable.JpaUserReferenceProvider.getRolesForUser(String userName) Returns the roles for this user or an empty array if no roles are applicable.OrganizationRoleProvider.getRolesForUser(String userName) UserIdRoleProvider.getRolesForUser(String userName) Method parameters in org.opencastproject.userdirectory with type arguments of type Role -
Uses of Role in org.opencastproject.userdirectory.api
Methods in org.opencastproject.userdirectory.api that return types with arguments of type RoleModifier and TypeMethodDescriptionAAIRoleProvider.getRoles()Return the rolesGroupRoleProvider.getRolesForGroup(String groupName) Returns the roles for this group or an empty array if no roles are applicable.GroupRoleProvider.getRolesForUser(String userName) Returns the roles for this user or an empty array if no roles are applicable. -
Uses of Role in org.opencastproject.userdirectory.brightspace
Methods in org.opencastproject.userdirectory.brightspace that return types with arguments of type RoleModifier and TypeMethodDescriptionBrightspaceUserProviderInstance.findRoles(String query, Role.Target target, int offset, int limit) BrightspaceUserProviderInstance.getRolesForUser(String username) -
Uses of Role in org.opencastproject.userdirectory.canvas
Methods in org.opencastproject.userdirectory.canvas that return types with arguments of type RoleModifier and TypeMethodDescriptionCanvasUserRoleProvider.findRoles(String query, Role.Target target, int offset, int limit) CanvasUserRoleProvider.getRolesForUser(String userName) -
Uses of Role in org.opencastproject.userdirectory.moodle
Methods in org.opencastproject.userdirectory.moodle that return types with arguments of type RoleModifier and TypeMethodDescriptionMoodleUserProviderInstance.findRoles(String query, Role.Target target, int offset, int limit) Return the found roles as an iterator.MoodleUserProviderInstance.getRolesForUser(String username) Returns the roles for this user or an empty array if no roles are applicable. -
Uses of Role in org.opencastproject.userdirectory.sakai
Methods in org.opencastproject.userdirectory.sakai that return types with arguments of type RoleModifier and TypeMethodDescriptionSakaiUserProviderInstance.findRoles(String query, Role.Target target, int offset, int limit) SakaiUserProviderInstance.getRolesForUser(String userName) -
Uses of Role in org.opencastproject.userdirectory.studip
Methods in org.opencastproject.userdirectory.studip that return types with arguments of type RoleModifier and TypeMethodDescriptionStudipUserProviderInstance.findRoles(String query, Role.Target target, int offset, int limit) StudipUserProviderInstance.getRolesForUser(String userName) -
Uses of Role in org.opencastproject.userdirectory.utils
Method parameters in org.opencastproject.userdirectory.utils with type arguments of type RoleModifier and TypeMethodDescriptionstatic booleanUserDirectoryUtils.isCurrentUserAuthorizedHandleRoles(SecurityService securityService, Set<Role> roles) Return false if the current user hasn't an admin role and the roles list contain same role, true otherwise