Package | Description |
---|---|
com.engiweb.profilemanager.common.interfaces |
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IUserDirect.checkPersonProfileServiceByRole(UserBean userBean,
EntitlementBean entBean,
EntitlementBean filterEntitlementChild,
java.lang.Long status,
com.engiweb.pm.dao.db.DAO connDao)
Given an user check whether, rights of permission inside the role, is verified or not from target.
|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IUser.checkPersonProfileServiceByRole(UserBean userBean,
EntitlementBean entBean,
EntitlementBean filterEntitlementChild,
java.lang.Long status,
java.lang.String token,
java.lang.String realm)
Given an user check whether,right of permission inside the role, is verified or not from target
|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IPwdCfgDirect.findOutOfSyncPersonProfileService(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Return a list of out of synchronization person profile service form an Account Configuration
|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IPwdCfg.findOutOfSyncPersonProfileService(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Return a list of out of synchronization person profile service form an Account Configuration
|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IPwdCfgDirect.findPersonProfileService(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Return a list of person profile service
|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IPwdCfg.findPersonProfileService(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Return a list person profile service form an Account Configuration
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IPwdCfgDirect.findOutOfSyncPersonProfileService(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Return a list of out of synchronization person profile service form an Account Configuration
|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IPwdCfg.findOutOfSyncPersonProfileService(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Return a list of out of synchronization person profile service form an Account Configuration
|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IPwdCfgDirect.findPersonProfileService(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Return a list of person profile service
|
com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> |
IPwdCfg.findPersonProfileService(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Return a list person profile service form an Account Configuration
|
void |
IPwdCfgDirect.synchronizeFilteredRights(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entBean,
boolean isTargetMaster,
com.engiweb.pm.dao.db.DAO dao)
Synchronize the PersonProfileService that correspond to passed filter
|
void |
IPwdCfg.synchronizeFilteredRights(PersonProfileServiceBean personProfileServiceBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entBean,
boolean isTargetMaster,
java.lang.String token,
java.lang.String realm)
Synchronize the PersonProfileService that correspond to passed filter
|
Modifier and Type | Method and Description |
---|---|
void |
IPwdCfgDirect.synchronizeSelectedRights(com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> list,
boolean isTargetMaster,
com.engiweb.pm.dao.db.DAO dao)
Synchronize the list of PersonProfileService passed as parameter
|
void |
IPwdCfg.synchronizeSelectedRights(com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> list,
boolean isTargetMaster,
java.lang.String token,
java.lang.String realm)
Synchronize the list of PersonProfileService passed as parameter
|