Skip navigation links


oracle.iam.grc.sod.vo
Class SystemContext

java.lang.Object
  extended by oracle.iam.grc.sod.vo.SystemContext

All Implemented Interfaces:
java.io.Serializable

public class SystemContext
extends java.lang.Object
implements java.io.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:
Serialized Form

Constructor Summary
SystemContext()
           

 

Method Summary
 java.lang.Object getAuthenticationHandle()
           
 java.lang.String getName()
           
 java.util.Map getParams()
           
 java.lang.String getRegistrationID()
           
 SystemType getSystemType()
           
 boolean isTestExecution()
           
 void setAuthenticationHandle(java.lang.Object authenticationHandle)
           
 void setName(java.lang.String name)
           
 void setParams(java.util.Map connParams)
           
 void setRegistrationID(java.lang.String registrationID)
           
 void setSystemType(SystemType sodEngineType)
           
 void setTestExecution(boolean testExecution)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SystemContext

public SystemContext()

Method Detail

getParams

public java.util.Map getParams()
Returns:
Returns the params.

setParams

public void setParams(java.util.Map connParams)
Parameters:
params - The params to set.

getAuthenticationHandle

public java.lang.Object getAuthenticationHandle()
Returns:
Returns the authenticationHandle.

setAuthenticationHandle

public void setAuthenticationHandle(java.lang.Object authenticationHandle)
Parameters:
authenticationHandle - The authenticationHandle to set.

getRegistrationID

public java.lang.String getRegistrationID()
Returns:
Returns the registrationID.

setRegistrationID

public void setRegistrationID(java.lang.String registrationID)
Parameters:
registrationID - The registrationID to set.

getSystemType

public SystemType getSystemType()
Returns:
Returns the systemType.

setSystemType

public void setSystemType(SystemType sodEngineType)
Parameters:
systemType - The systemType to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
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.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.