Class ClientIdProvider


  • public class ClientIdProvider
    extends java.lang.Object
    A static class which contains methods to get current Client ID.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getClientId()
      Return current Client ID, generate new in case of errors.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RP_PROPERTIES_FILE_PATH

        public static final java.nio.file.Path RP_PROPERTIES_FILE_PATH
    • Method Detail

      • getClientId

        @Nonnull
        public static java.lang.String getClientId()
        Return current Client ID, generate new in case of errors.
        Returns:
        Client ID String