Package org.openiam.am.srvc.dto.jdbc
Class InternalEntitlementsObject
- java.lang.Object
-
- org.openiam.am.srvc.dto.jdbc.AbstractEntitlementsObject
-
- org.openiam.am.srvc.dto.jdbc.InternalEntitlementsObject
-
- All Implemented Interfaces:
Serializable
public class InternalEntitlementsObject extends AbstractEntitlementsObject
This class uses in RoleDozerConverter, ResourceDozerConverter for optimize get specify EntitlementsCollection through JDBC for using in class AccessRightProcessor- Author:
- Andrey Lezhebokov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalEntitlementsObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChildRight(String membershipId, String entityId, String rightId, Date startDate, Date endDate, String description)
void
addParentRight(String membershipId, String entityId, String rightId, Date startDate, Date endDate, String description)
void
addUserRight(String membershipId, String entityId, String rightId, Date startDate, Date endDate, String description)
-
Methods inherited from class org.openiam.am.srvc.dto.jdbc.AbstractEntitlementsObject
add, addGroupRight, addOrganizationRight, addResourceRight, addRoleRight, getChildren, getParents
-
-
-
-
Method Detail
-
addUserRight
public void addUserRight(String membershipId, String entityId, String rightId, Date startDate, Date endDate, String description)
-
addParentRight
public void addParentRight(String membershipId, String entityId, String rightId, Date startDate, Date endDate, String description)
-
-