|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.apps.identity.AccessTypeMO
public class AccessTypeMO
Constructor Summary | |
---|---|
AccessTypeMO(PlatformContext platform,
javax.security.auth.Subject subject)
Constructs the managed object with a platform context and a subject. |
Method Summary | |
---|---|
void |
createAccessType(com.ibm.itim.dataservices.model.domain.access.AccessType at)
�Adds an access type definition. |
void |
modifyAccessType(com.ibm.itim.dataservices.model.domain.access.AccessType at)
Updates the specification for the selected access type. |
void |
removeAccessType(com.ibm.itim.dataservices.model.domain.access.AccessType at)
Removes the selected access type definition. |
java.util.List<com.ibm.itim.dataservices.model.domain.access.AccessType> |
removeAccessTypes(java.util.Collection<com.ibm.itim.dataservices.model.domain.access.AccessType> at)
Removes all selected access type definitions. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessTypeMO(PlatformContext platform, javax.security.auth.Subject subject)
platform
- PlatformContext holding platform connection information.subject
- Subject representing the authenticated caller.name
- DistinguishedName identifying the container.Method Detail |
---|
public void createAccessType(com.ibm.itim.dataservices.model.domain.access.AccessType at) throws ApplicationException
at
- AccessType value object to create.
ApplicationException
- Thrown if unable to retrieve data.public void modifyAccessType(com.ibm.itim.dataservices.model.domain.access.AccessType at) throws ApplicationException, ObjectNotFoundException
at
- AccessType value object to modify.
ApplicationException
- Thrown if unable to retrieve data.
ObjectNotFoundException
- Thrown if unable to find entry.public java.util.List<com.ibm.itim.dataservices.model.domain.access.AccessType> removeAccessTypes(java.util.Collection<com.ibm.itim.dataservices.model.domain.access.AccessType> at) throws ApplicationException, ObjectNotFoundException
at
- AccessType collection of access type value objects to remove.
ApplicationException
- Thrown if unable to retrieve data.
ObjectNotFoundException
public void removeAccessType(com.ibm.itim.dataservices.model.domain.access.AccessType at) throws ApplicationException
at
- AccessType value object to remove.
ApplicationException
- Thrown if unable to retrieve data.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |