Uses of Class
org.onebusaway.users.model.UserRole
-
Packages that use UserRole Package Description org.onebusaway.users.model org.onebusaway.users.services -
-
Uses of UserRole in org.onebusaway.users.model
Methods in org.onebusaway.users.model that return types with arguments of type UserRole Modifier and Type Method Description Set<UserRole>User. getRoles()Method parameters in org.onebusaway.users.model with type arguments of type UserRole Modifier and Type Method Description voidUser. setRoles(Set<UserRole> roles) -
Uses of UserRole in org.onebusaway.users.services
Methods in org.onebusaway.users.services that return UserRole Modifier and Type Method Description UserRoleStandardAuthoritiesService. getAdministratorRole()UserRoleStandardAuthoritiesService. getAnonymousRole()UserRoleStandardAuthoritiesService. getReportingRole()UserRoleStandardAuthoritiesService. getUserRole()UserRoleStandardAuthoritiesService. getUserRoleForName(String name)UserRoleUserDao. getUserRoleForName(String name)Methods in org.onebusaway.users.services with parameters of type UserRole Modifier and Type Method Description intUserDao. getNumberOfUsersWithRole(UserRole role)voidUserDao. saveOrUpdateUserRole(UserRole userRole)
-