Interface IDAConfigurationManager


public interface IDAConfigurationManager
Manages the IDA configuration in MDS.
Author:
sandmore
  • Method Details

    • loadIDAConfiguration

      IDAConfiguration loadIDAConfiguration()
      Returns the IDA configuration from MDS. If there is not IDA configuration defined in MDS, returns the default one.
      Returns:
      IDA Configuration
    • saveIDAConfiguration

      void saveIDAConfiguration(IDAConfiguration idaConfiguration)
      Stores the IDA configuration in MDS
      Parameters:
      idaConfiguration - IDAConfiguration
    • getIdentityAuditComposites

      Map<String,oracle.soa.management.facade.Composite> getIdentityAuditComposites(String searchExpression)
      Returns a map of identity audit composites
      Parameters:
      searchExpression -
      Returns:
      map of composites ( key -> compositeName , value->composites)