Package | Description |
---|---|
com.engiweb.profilemanager.common.interfaces |
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<EntitlementServiceBean> |
IRightsDirect.findEntitlementRightsValues(ServiceAttributeBean serviceAttributeBean,
EntitlementBean roleBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Find entitlement rights values.
|
com.engiweb.pm.entity.BeanList<EntitlementServiceBean> |
IRights.findEntitlementRightsValues(ServiceAttributeBean serviceAttributeBean,
EntitlementBean roleBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm) |
Modifier and Type | Method and Description |
---|---|
void |
IRightsDirect.insertEntitlementRights(EntitlementBean roleBean,
com.engiweb.pm.entity.BeanList<EntitlementServiceBean> eServList,
com.engiweb.pm.dao.db.DAO dao)
Add Rights to a Role.
|
void |
IRights.insertEntitlementRights(EntitlementBean roleBean,
com.engiweb.pm.entity.BeanList<EntitlementServiceBean> eServList,
java.lang.String token,
java.lang.String realm) |