Interface IRegistrationRedirect

All Superinterfaces:
IExtensionPoint

public interface IRegistrationRedirect extends IExtensionPoint
An IExtensionPoint to examine an incoming registration request and redirect it to another node. For example, all nodes contact the root server for registration, but they are redirected to a regional server that is closest to them. If this extension is unused, the default behavior is to check the registration_redirect table for a matching externalId and redirect to the configured registration node.
  • Method Details

    • getRedirectionUrlFor

      String getRedirectionUrlFor(String externalId, String nodeGroupId)