Interface ProductTicket


public interface ProductTicket
  • Method Details

    • getProduct

      String getProduct()
    • getVersion

      String getVersion()
    • validUntil

      Instant validUntil()
    • getServers

      List<Server> getServers()
    • getDefaultServer

      Optional<Server> getDefaultServer()
    • getAuthorizedPlugins

      default Set<String> getAuthorizedPlugins()
      Returns allowed plugins for the user (for plug-ins requiring authorization)
    • getClaims

      Map<String,Object> getClaims()