public class ProvisioningConfiguration
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ProvisioningConfiguration(DirectoryObject obj)
A protected constructor.
|
ProvisioningConfiguration(DistinguishedName approvalProcessID,
NotificationOption notifyOption)
Constructs the object with specific approval process ID and notification option.
|
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
getApprovalProcessID()
Returns the approval process ID.
|
AttributeValues |
getAttributes()
Returns the attributes and their values.
|
NotificationOption |
getNotificationOption()
Returns the notification option.
|
void |
setApprovalProcessID(DistinguishedName theApprovalProcessID)
Set the approval process ID.
|
void |
setNotificationOption(NotificationOption theNotificationOption)
Set the notification option.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
public ProvisioningConfiguration(DirectoryObject obj)
public ProvisioningConfiguration(DistinguishedName approvalProcessID, NotificationOption notifyOption)
approvalProcessID - notifyOption - public DistinguishedName getApprovalProcessID()
public void setApprovalProcessID(DistinguishedName theApprovalProcessID)
theApprovalProcessID - The approvalProcessID to set.public NotificationOption getNotificationOption()
public void setNotificationOption(NotificationOption theNotificationOption)
theNotificationOption - The notificationOption to set.public AttributeValues getAttributes()
public java.lang.String toString()
toString in class java.lang.Object