Index
Service com.soffid.iam.service.EntitlementDelegationService
[UseCase]
Spring bean name
EntitlementDelegationServiceBase
Description
EJB bean name
soffid/ejb/com.soffid.iam.service.EntitlementDelegationService
Actors
Tothom
Service methods
acceptDelegation
Accepts a delegation not accepted yet
Actors:
Tothom
ra
com.soffid.iam.api.RoleAccount
Returns
com.soffid.iam.api.RoleAccount
cancelDelegation
Revokes an entitilement
Actors:
Tothom
rolAccount
com.soffid.iam.api.RoleAccount
Returns
com.soffid.iam.api.RoleAccount
delegate
Delegates an entitilement
Actors:
Tothom
rolAccount
com.soffid.iam.api.RoleAccount
user
java.lang.String
account
java.lang.String
since
java.util.Date
until
java.util.Date
Returns
com.soffid.iam.api.RoleAccount
findAccountsToDelegate
Gets the list of accounts that can be delegated for a user
Actors:
Tothom
rolAccount
com.soffid.iam.api.RoleAccount
user
java.lang.String
Returns
java.util.List< java.lang.String >
findActiveDelegations
Gets list of entitlements delegated by current user
Actors:
Tothom
Returns
java.util.List<
com.soffid.iam.api.RoleAccount
>
findDelegationsToAccept
Gets list of entitlements delegated to current user
Actors:
Tothom
Returns
java.util.List<
com.soffid.iam.api.RoleAccount
>
revertExpiredDelegations
Revernts expired delegation back to the caller
Actors:
Tothom
Returns
void
DAO Dependencies
AccountEntity
AuditEntity
SystemEntity
RoleAccountEntity
RoleEntity
UserEntity
Service Dependencies
AccountService
ApplicationService
2/28/24