Class OMAGAccessServiceRegistration

java.lang.Object
org.odpi.openmetadata.adminservices.registration.OMAGAccessServiceRegistration

public class OMAGAccessServiceRegistration extends Object
OMAGAccessServiceRegistration provides static methods to enable an access service to dynamically register itself with the OMAG Server. Static methods are needed to be able to get this information to the Admin Services REST API singletons created by Spring.
  • Constructor Details

    • OMAGAccessServiceRegistration

      public OMAGAccessServiceRegistration()
  • Method Details

    • registerAccessService

      public static void registerAccessService(AccessServiceRegistrationEntry registration)
      Register OMAS
      Parameters:
      registration - information about the specific OMAS
    • getAccessServiceRegistrationList

      public static List<AccessServiceRegistrationEntry> getAccessServiceRegistrationList()
      Retrieve the list of registered OMASs
      Returns:
      list of registration info
    • getAccessServiceRegistration

      public static AccessServiceRegistrationEntry getAccessServiceRegistration(String urlMarker)
      Retrieve the requested OMAS registration information
      Parameters:
      urlMarker - URL insert that identifies the service
      Returns:
      access service registration info