Package | Description |
---|---|
com.engiweb.profilemanager.common.interfaces |
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IUserDirect.checkPersonProfileByRole(UserBean userBean,
EntitlementBean entBean,
EntitlementBean filterEntitlementChild,
java.lang.Long status,
com.engiweb.pm.dao.db.DAO connDao)
Given an user check whether, permission inside the role, is verified or not from target.
|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IUser.checkPersonProfileByRole(UserBean userBean,
EntitlementBean entBean,
EntitlementBean filterEntitlementChild,
java.lang.Long status,
java.lang.String token,
java.lang.String realm)
Given an user check whether, permission inside the role, is verified or not from target
|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IPwdCfgDirect.findOutOfSyncPersonProfile(PersonProfileBean personProfileBean,
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 form an Account Configuration
|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IPwdCfg.findOutOfSyncPersonProfile(PersonProfileBean personProfileBean,
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 form an Account Configuration
|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IPwdCfgDirect.findPersonProfile(PersonProfileBean personProfileBean,
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
|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IPwdCfg.findPersonProfile(PersonProfileBean personProfileBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Return a list of person profile
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IPwdCfgDirect.findOutOfSyncPersonProfile(PersonProfileBean personProfileBean,
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 form an Account Configuration
|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IPwdCfg.findOutOfSyncPersonProfile(PersonProfileBean personProfileBean,
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 form an Account Configuration
|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IPwdCfgDirect.findPersonProfile(PersonProfileBean personProfileBean,
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
|
com.engiweb.pm.entity.BeanList<PersonProfileBean> |
IPwdCfg.findPersonProfile(PersonProfileBean personProfileBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entitlementBean,
com.engiweb.pm.entity.Paging paging,
java.lang.String token,
java.lang.String realm)
Return a list of person profile
|
void |
IPwdCfgDirect.synchronizeFilteredPermissions(PersonProfileBean personProfileBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entBean,
boolean isTargetMaster,
com.engiweb.pm.dao.db.DAO dao)
Synchronize the PersonProfile that correspond to passed filter
|
void |
IPwdCfg.synchronizeFilteredPermissions(PersonProfileBean personProfileBean,
PwdCfgBean pwdCfgBean,
UserBean userBean,
EntitlementBean entBean,
boolean isTargetMaster,
java.lang.String token,
java.lang.String realm)
Synchronize the PersonProfile that correspond to passed filter
|
Modifier and Type | Method and Description |
---|---|
void |
IPwdCfgDirect.synchronizeSelectedPermissions(com.engiweb.pm.entity.BeanList<PersonProfileBean> list,
boolean isTargetMaster,
com.engiweb.pm.dao.db.DAO dao)
Synchronize the list of PersonProfile passed as parameter
|
void |
IPwdCfg.synchronizeSelectedPermissions(com.engiweb.pm.entity.BeanList<PersonProfileBean> list,
boolean isTargetMaster,
java.lang.String token,
java.lang.String realm)
Synchronize the list of PersonProfile passed as parameter
|