Class OMAGAccessServiceRegistration
java.lang.Object
org.odpi.openmetadata.adminservices.registration.OMAGAccessServiceRegistration
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAccessServiceRegistration
(String urlMarker) Retrieve the requested OMAS registration informationstatic List<AccessServiceRegistrationEntry>
Retrieve the list of registered OMASsstatic void
registerAccessService
(AccessServiceRegistrationEntry registration) Register OMAS
-
Constructor Details
-
OMAGAccessServiceRegistration
public OMAGAccessServiceRegistration()
-
-
Method Details
-
registerAccessService
Register OMAS- Parameters:
registration
- information about the specific OMAS
-
getAccessServiceRegistrationList
Retrieve the list of registered OMASs- Returns:
- list of registration info
-
getAccessServiceRegistration
Retrieve the requested OMAS registration information- Parameters:
urlMarker
- URL insert that identifies the service- Returns:
- access service registration info
-