Uses of Interface
com.bloomreach.xm.repository.security.UserRole
-
Packages that use UserRole Package Description com.bloomreach.xm.repository.security -
-
Uses of UserRole in com.bloomreach.xm.repository.security
Classes in com.bloomreach.xm.repository.security that implement UserRole Modifier and Type Class Description class
UserRoleBean
Simple POJO bean implementation ofUserRole
Methods in com.bloomreach.xm.repository.security that return UserRole Modifier and Type Method Description UserRole
UserRolesManager. addUserRole(UserRole userRoleTemplate)
Add a new userrole.UserRole
UserRolesProvider. getRole(String userRoleName)
UserRole
UserRolesManager. updateUserRole(UserRole userRoleTemplate)
Update a userrole.Methods in com.bloomreach.xm.repository.security that return types with arguments of type UserRole Modifier and Type Method Description Set<UserRole>
UserRolesProvider. getRoles()
Set<UserRole>
UserRolesProvider. resolveRoles(Iterable<String> userRoleNames)
Set<UserRole>
UserRolesProvider. resolveRoles(String userRoleName)
Methods in com.bloomreach.xm.repository.security with parameters of type UserRole Modifier and Type Method Description UserRole
UserRolesManager. addUserRole(UserRole userRoleTemplate)
Add a new userrole.UserRole
UserRolesManager. updateUserRole(UserRole userRoleTemplate)
Update a userrole.Constructors in com.bloomreach.xm.repository.security with parameters of type UserRole Constructor Description UserRoleBean(UserRole userRole)
-