public interface WorkflowDeProvisionContext extends WorkflowNotificationContext
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccountInfo()
Returns the value object of the account being de-provisioned.
|
java.lang.String |
getAccountNewAccessAsString()
Returns the new access in account as string
|
java.lang.String[] |
getAccountNewAccessList()
Returns list of new access name as String
|
java.lang.String |
getAccountRemovedAccessAsString()
Returns the removed access in account as string
|
java.lang.String[] |
getAccountRemovedAccessList()
Returns list of removed access name as String
|
java.lang.String |
getAction()
Returns the action taken against the service (resource) itself.
|
java.lang.String |
getReason()
Returns a descriptive reason for the de-provision.
|
DistinguishedName |
getServiceDN()
Returns the distinguished name of the service being de-provisioned.
|
DistinguishedName |
getUserDN()
Returns the distinguished name of the user (person) being de-provisioned.
|
boolean |
hasNewAccess()
Indicates whether the account has any new access
|
boolean |
hasRemovedAccess()
Indicates whether the account has any removed access
|
getActivity, getActivity, getData, getParentProcess, getProcess, getRootProcessDistinguishedName getUserDN()
DistinguishedName getServiceDN()
Account getAccountInfo()
java.lang.String getAction()
java.lang.String getReason()
boolean hasNewAccess()
boolean hasRemovedAccess()
java.lang.String getAccountNewAccessAsString()
java.lang.String[] getAccountNewAccessList()
java.lang.String getAccountRemovedAccessAsString()
java.lang.String[] getAccountRemovedAccessList()