Class UuidGeneratorImpl

java.lang.Object
org.codice.ddf.platform.util.uuidgenerator.impl.UuidGeneratorImpl
All Implemented Interfaces:
org.codice.ddf.platform.util.uuidgenerator.UuidGenerator

public class UuidGeneratorImpl extends Object implements org.codice.ddf.platform.util.uuidgenerator.UuidGenerator
  • Constructor Details

    • UuidGeneratorImpl

      public UuidGeneratorImpl()
  • Method Details

    • setUseHyphens

      public void setUseHyphens(Boolean useHyphens)
    • generateUuid

      public String generateUuid()
      Specified by:
      generateUuid in interface org.codice.ddf.platform.util.uuidgenerator.UuidGenerator
    • generateKnownId

      public String generateKnownId(String metacardTag, String userId, String... additionalInput)
      Specified by:
      generateKnownId in interface org.codice.ddf.platform.util.uuidgenerator.UuidGenerator
    • validateUuid

      public boolean validateUuid(String uuid)
      Specified by:
      validateUuid in interface org.codice.ddf.platform.util.uuidgenerator.UuidGenerator
    • useHyphens

      public boolean useHyphens()
      Specified by:
      useHyphens in interface org.codice.ddf.platform.util.uuidgenerator.UuidGenerator