|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.domain.access.ProvisioningConfiguration
public class ProvisioningConfiguration
This class contains information about provisioning configurations including approval for provisioning request, notification options etc.
Constructor Summary | |
---|---|
ProvisioningConfiguration(DirectoryObject obj)
A protected constructor. |
|
ProvisioningConfiguration(DistinguishedName approvalProcessID,
NotificationOption notifyOption)
Constructs the object with specific approval process ID and notification option. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProvisioningConfiguration(DirectoryObject obj)
public ProvisioningConfiguration(DistinguishedName approvalProcessID, NotificationOption notifyOption)
approvalProcessID
- notifyOption
- Method Detail |
---|
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |