Package com.soffid.iam.iga.service.ejb
Interface EntitlementDelegationService
public interface EntitlementDelegationService
EJB EntitlementDelegationService
-
Method Summary
Modifier and TypeMethodDescriptioncancelDelegation(RoleAccount rolAccount) findAccountsToDelegate(RoleAccount rolAccount, String user) void
-
Method Details
-
acceptDelegation
- Throws:
InternalErrorException
-
cancelDelegation
- Throws:
InternalErrorException
-
delegate
RoleAccount delegate(RoleAccount rolAccount, String user, String account, Date since, Date until) throws InternalErrorException - Throws:
InternalErrorException
-
findAccountsToDelegate
List<String> findAccountsToDelegate(RoleAccount rolAccount, String user) throws InternalErrorException - Throws:
InternalErrorException
-
findActiveDelegations
- Throws:
InternalErrorException
-
findDelegationsToAccept
- Throws:
InternalErrorException
-
revertExpiredDelegations
- Throws:
InternalErrorException
-