public interface WorkflowNewAccountContext extends WorkflowNotificationContext
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getAccountData()
Returns the account parameters.
|
DistinguishedName |
getAccountDN()
Returns the distinguished name of the newly provisioned account.
|
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
|
DistinguishedName |
getServiceDN()
Returns the distinguished name of the service being provisioned.
|
DistinguishedName |
getUserDN()
Returns the distinguished name of the user (person) being provisioned.
|
boolean |
hasNewAccess()
Indicates whether the account has any new access
|
boolean |
hasRemovedAccess()
Indicates whether the account has any removed access
|
boolean |
showPassword()
Returns whether or not to display the password when notifying
the user of their new account.
|
getActivity, getActivity, getData, getParentProcess, getProcess, getRootProcessDistinguishedName getUserDN()
DistinguishedName getAccountDN()
DistinguishedName getServiceDN()
java.util.Collection getAccountData()
boolean showPassword()
boolean hasNewAccess()
boolean hasRemovedAccess()
java.lang.String getAccountNewAccessAsString()
java.lang.String[] getAccountNewAccessList()
java.lang.String getAccountRemovedAccessAsString()
java.lang.String[] getAccountRemovedAccessList()