public interface UserDetailsPropagator
| Modifier and Type | Method and Description |
|---|---|
void |
propagateGroupUpdate(Long acctId,
Long groupId)
This method propagates the update of a group down to the
underlying DuraCloud webapps for the given account.
|
void |
propagateRevocation(Long acctId,
Long userId)
This method propagates the revocation of rights for the arg user and acct
down to the underlying DuraCloud webapps.
|
void |
propagateRights(Long acctId,
Long userId,
Set<org.duracloud.account.db.model.Role> roles)
This method propagates the arg roles for the arg user and acct down
to the underlying DuraCloud webapps.
|
void |
propagateUserUpdate(Long acctId,
Long userId)
This method propagates the update of a user's details down to the
underlying DuraCloud webapps for the given account.
|
void propagateRights(Long acctId, Long userId, Set<org.duracloud.account.db.model.Role> roles)
acctId - of DuraCloud acct to updateuserId - of user with updated rightsroles - new roles of arg uservoid propagateRevocation(Long acctId, Long userId)
acctId - of DuraCloud acct to updateuserId - of user with revoked rightsvoid propagateUserUpdate(Long acctId, Long userId)
acctId - of DuraCloud acct to updateuserId - of the user who has changed their passwordCopyright © 2009–2015 DuraSpace. All rights reserved.