Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Uses of Interface
oracle.iam.rm.temporal.InteractiveSnapshotSession

Packages that use InteractiveSnapshotSession
oracle.iam.rm.inherent Provides the classes and interfaces for Oracle Role Manager entities, their mappings, and audit handling. 
oracle.iam.rm.inherent.personnel Provides the interfaces for the users and identities in Oracle Role Manager. 
oracle.iam.rm.inherent.resource Provides the interfaces for the privileges, permissions, resources, and their mappings to roles. 
oracle.iam.rm.inherent.role Provides the interfaces for business roles, approver roles, system roles, and their grants and mappings. 
oracle.iam.rm.temporal Provides the interfaces and classes used for interacting with the business data of Oracle Role Manager. 

 

Uses of InteractiveSnapshotSession in oracle.iam.rm.inherent

 

Methods in oracle.iam.rm.inherent with type parameters of type InteractiveSnapshotSession
<T extends InteractiveSnapshotSession>
T
InherentManagerSource.getInteractiveInherentManager(java.lang.Class<T> managerInterface, InteractiveSnapshotSession session)
          Gets an interactive manager that implements for a particular interactive inherent manager interface with a specified interactive session.

 

Methods in oracle.iam.rm.inherent with parameters of type InteractiveSnapshotSession
<T extends InteractiveSnapshotSession>
T
InherentManagerSource.getInteractiveInherentManager(java.lang.Class<T> managerInterface, InteractiveSnapshotSession session)
          Gets an interactive manager that implements for a particular interactive inherent manager interface with a specified interactive session.

 

Uses of InteractiveSnapshotSession in oracle.iam.rm.inherent.personnel

 

Subinterfaces of InteractiveSnapshotSession in oracle.iam.rm.inherent.personnel
 interface InteractivePersonnelManager
          A read-write interface to manage system identities and persons in the system.

 

Uses of InteractiveSnapshotSession in oracle.iam.rm.inherent.resource

 

Subinterfaces of InteractiveSnapshotSession in oracle.iam.rm.inherent.resource
 interface InteractiveResourceManager
          An interface used to create secutiry objects such as resources, permissions, and privileges.

 

Uses of InteractiveSnapshotSession in oracle.iam.rm.inherent.role

 

Subinterfaces of InteractiveSnapshotSession in oracle.iam.rm.inherent.role
 interface InteractiveRoleManager
          A read/write interface to do management of roles from the database.

 

Uses of InteractiveSnapshotSession in oracle.iam.rm.temporal

 

Methods in oracle.iam.rm.temporal that return InteractiveSnapshotSession
 InteractiveSnapshotSession TemporalEngine.getInteractiveSnapshotSession(long transactionId)
          Gets a snapshot session based on the provided live business transaction.
 InteractiveSnapshotSession ObjectChangeEvent.getSession()
          Gets the session that the change occurred in.

 

Constructors in oracle.iam.rm.temporal with parameters of type InteractiveSnapshotSession
ObjectChangeEvent(InteractiveSnapshotSession session, ObjectKey subjectKey, java.lang.String subjectType, AttributeChangeSet attributeChangeSet, StateChange stateChange)
          Creates an ObjectChangeEvent instance.
ObjectCreationEvent(InteractiveSnapshotSession session, ObjectKey subjectKey, java.lang.String subjectType, AttributeChangeSet attributeChangeSet, StateChange stateChange)
          Creates an ObjectCreationEvent instance with the provided parameters.
ObjectUpdateEvent(InteractiveSnapshotSession session, ObjectKey subjectKey, java.lang.String subjectType, AttributeChangeSet attributeChangeSet, StateChange stateChange)
          Creates an ObjectChangeEvent instance with the provided parameters.

 


Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.