|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaViolationException | |
---|---|
com.ibm.itim.apps.identity | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for identity management. |
com.ibm.itim.apps.policy | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Policy management. |
com.ibm.itim.apps.provisioning | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for Account, Service, and Password management. |
Uses of SchemaViolationException in com.ibm.itim.apps.identity |
---|
Methods in com.ibm.itim.apps.identity that throw SchemaViolationException | |
---|---|
OrganizationalContainerMO |
ContainerManager.createContainer(OrganizationalContainerMO container,
OrganizationalContainer object)
Creates a container in the provisioning platform with the specified attributes within the given parent container. |
Request |
PersonManager.createPerson(OrganizationalContainerMO container,
Person subject,
java.util.Date scheduledTime)
Creates a person in the provisioning platform with the specified attributes within the given container. |
void |
SelfRegistrationManager.createPerson(Person subject)
Creates a person in the provisioning platform with the specified attributes. |
void |
SelfRegistrationManager.createPerson(Person subject,
java.lang.String tenantID)
Creates a person in the provisioning platform with the specified attributes. |
DistinguishedName |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject)
|
Request |
RoleManager.createRole(OrganizationalContainerMO container,
Role subject,
java.util.Date scheduledTime)
Creates a role in the provisioning platform with the specified attributes within the given container. |
void |
OrganizationalContainerMO.update(OrganizationalContainer c)
Updates the managed object. |
Request |
PersonMO.update(Person p,
java.util.Date scheduledTime)
Updates the managed object. |
Request |
RoleMO.update(Role r,
java.util.Date scheduledTime)
Updates the managed object. |
Uses of SchemaViolationException in com.ibm.itim.apps.policy |
---|
Methods in com.ibm.itim.apps.policy that throw SchemaViolationException | |
---|---|
Request |
SeparationOfDutyPolicyMO.update(SeparationOfDutyPolicy p,
java.util.Date scheduledTime)
Updates the managed object. |
Uses of SchemaViolationException in com.ibm.itim.apps.provisioning |
---|
Methods in com.ibm.itim.apps.provisioning that throw SchemaViolationException | |
---|---|
Request |
AccountManager.createAccount(PersonMO owner,
ServiceMO service,
Account subject,
java.util.Date scheduledTime)
Creates an account in the provisioning platform with the specified attributes for the given person. |
GroupMO |
GroupManager.createGroup(ServiceMO serviceMO,
Group group)
Creates a group on a service. |
ServiceMO |
ServiceManager.createService(OrganizationalContainerMO container,
Service subject)
Creates a service in the provisioning platform with the specified attributes within the given container. |
ServiceMO |
ServiceManager.createService(OrganizationalContainerMO container,
Service subject,
ServiceTestResult result)
Creates a service in the provisioning platform with the specified attributes within the given container. |
void |
GroupMO.setAccessInfo(AccessInfo access)
Sets the access information of the group. |
Request |
AccountMO.update(Account a,
java.util.Date scheduledTime)
Updates the managed object. |
void |
GroupMO.update(Group group)
Updates the group with the given group value object. |
void |
ServiceMO.update(Service s)
Updates the managed object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |