Package oracle.iam.grc.sod.vo
Class SystemContext
java.lang.Object
oracle.iam.grc.sod.vo.SystemContext
- All Implemented Interfaces:
Serializable
This class is a representation of an instance of a system type, either SoD Engine or IdM system.
E.g. OAACG instance in Noida IDC server room.
Once an system context is registered with the framework using the registration mechanism
(as defined in //TODO), the registration ID will be received by the PEP.
With that ID, once the SoD Analysis is executed by PEP, an instance of this VO
will be created by the framework, for creating the connection
to the relevant system instance and carry out SoD analysis.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
void
setAuthenticationHandle
(Object authenticationHandle) void
void
void
setRegistrationID
(String registrationID) void
setSystemType
(SystemType sodEngineType) void
setTestExecution
(boolean testExecution)
-
Constructor Details
-
SystemContext
public SystemContext()
-
-
Method Details
-
getParams
- Returns:
- Returns the params.
-
setParams
- Parameters:
params
- The params to set.
-
getAuthenticationHandle
- Returns:
- Returns the authenticationHandle.
-
setAuthenticationHandle
- Parameters:
authenticationHandle
- The authenticationHandle to set.
-
getRegistrationID
- Returns:
- Returns the registrationID.
-
setRegistrationID
- Parameters:
registrationID
- The registrationID to set.
-
getSystemType
- Returns:
- Returns the systemType.
-
setSystemType
- Parameters:
systemType
- The systemType to set.
-
getName
- Returns:
- Returns the name.
-
setName
- Parameters:
name
- The name to set.
-
isTestExecution
public boolean isTestExecution()- Returns:
- Returns the testExecution.
-
setTestExecution
public void setTestExecution(boolean testExecution) - Parameters:
testExecution
- The testExecution to set.
-