Class IdentifierService


  • public class IdentifierService
    extends java.lang.Object
    An example id service that helps get and increment identifiers
    • Constructor Detail

      • IdentifierService

        public IdentifierService()
    • Method Detail

      • nextType

        public Identifier nextType​(java.lang.String issuer,
                                   java.lang.String type)
      • nextVersion

        public Identifier nextVersion​(java.lang.String issuer,
                                      java.lang.String type)