Package org.openiam.common.beans.mq
Class RoleRabbitMQService
- java.lang.Object
-
- org.openiam.common.beans.mq.AbstractRabbitMQService
-
- org.openiam.common.beans.mq.RoleRabbitMQService
-
@Service public class RoleRabbitMQService extends AbstractRabbitMQService
-
-
Field Summary
-
Fields inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description RoleRabbitMQService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Response
addChildRole(String parentRole, String childRole)
Response
addChildRole(String roleId, String childRoleId, Set<String> rights, Date startDate, Date endDate)
Response
delete(Role role)
List<Role>
findBeans(RoleSearchBean sb, int from, int size)
List<Role>
findBeans(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)
RoleListResponse
findBeansResponse(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)
Role
getRole(String id)
RoleResponse
save(Role role)
-
Methods inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
crudRequest, idRequest
-
-
-
-
Method Detail
-
save
public RoleResponse save(Role role)
-
findBeans
public List<Role> findBeans(RoleSearchBean sb, int from, int size)
-
findBeans
public List<Role> findBeans(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)
-
addChildRole
public Response addChildRole(String roleId, String childRoleId, Set<String> rights, Date startDate, Date endDate)
-
findBeansResponse
public RoleListResponse findBeansResponse(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)
-
-