Skip navigation links


oracle.iam.grc.sod.vo
Class SystemType

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

All Implemented Interfaces:
java.io.Serializable

public class SystemType
extends java.lang.Object
implements java.io.Serializable

This class is a representation of a system type, either SoD Engine or IdM system. E.g. OAACG, OIM. Once a system type 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 this VO will be created by the framework, for relevant processing.

See Also:
Serialized Form

Constructor Summary
SystemType()
           

 

Method Summary
 ServiceComponent getCallbackIdMSComp()
           
 ServiceComponent getIdMvsSoDDataTransformationSComp()
           
 boolean getIsSynch()
           
 java.lang.String getName()
           
 java.lang.String getRegistrationID()
           
 ServiceComponent getSoDAnalysisSComp()
           
 java.lang.String[] getSrcDatastoreRegIDs()
           
 boolean isIdmSystemType()
           
 boolean isSoDEngineType()
           
 boolean isSourceDatastoreType()
           
 boolean isStatefulAuthSupported()
           
 void setCallbackIdMSComp(ServiceComponent callbackIdMSComp)
           
 void setIdmSystemType(boolean idmSystemType)
           
 void setIdMvsSoDDataTransformationSComp(ServiceComponent idMvsSoDDataTransformationSComp)
           
 void setIsSynch(boolean isSynch)
           
 void setName(java.lang.String name)
           
 void setRegistrationID(java.lang.String registrationID)
           
 void setSoDAnalysisSComp(ServiceComponent soDAnalysisSComp)
           
 void setSoDEngineType(boolean soDEngineType)
           
 void setSourceDatastoreType(boolean sourceDatastoreType)
           
 void setSrcDatastoreRegIDs(java.lang.String[] srcDatastoreRegIDs)
           
 void setStatefulAuthSupported(boolean statefulAuthSupported)
           

 

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

 

Constructor Detail

SystemType

public SystemType()

Method Detail

getName

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

setName

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

isStatefulAuthSupported

public boolean isStatefulAuthSupported()
Returns:
Returns the statefulAuthSupported.

setStatefulAuthSupported

public void setStatefulAuthSupported(boolean statefulAuthSupported)
Parameters:
statefulAuthSupported - The statefulAuthSupported to set.

isIdmSystemType

public boolean isIdmSystemType()

setIdmSystemType

public void setIdmSystemType(boolean idmSystemType)

isSoDEngineType

public boolean isSoDEngineType()

setSoDEngineType

public void setSoDEngineType(boolean soDEngineType)

isSourceDatastoreType

public boolean isSourceDatastoreType()
Returns:
Returns the sourceDatastoreType.

setSourceDatastoreType

public void setSourceDatastoreType(boolean sourceDatastoreType)
Parameters:
sourceDatastoreType - The sourceDatastoreType to set.

getIdMvsSoDDataTransformationSComp

public ServiceComponent getIdMvsSoDDataTransformationSComp()

setIdMvsSoDDataTransformationSComp

public void setIdMvsSoDDataTransformationSComp(ServiceComponent idMvsSoDDataTransformationSComp)

getSoDAnalysisSComp

public ServiceComponent getSoDAnalysisSComp()

setSoDAnalysisSComp

public void setSoDAnalysisSComp(ServiceComponent soDAnalysisSComp)

getSrcDatastoreRegIDs

public java.lang.String[] getSrcDatastoreRegIDs()

setSrcDatastoreRegIDs

public void setSrcDatastoreRegIDs(java.lang.String[] srcDatastoreRegIDs)

getCallbackIdMSComp

public ServiceComponent getCallbackIdMSComp()

setCallbackIdMSComp

public void setCallbackIdMSComp(ServiceComponent callbackIdMSComp)

getIsSynch

public boolean getIsSynch()

setIsSynch

public void setIsSynch(boolean isSynch)

Skip navigation links


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