Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-11790

some xxx-realm operations should be marked runtime-only

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 7.1.0.ER2
    • 7.1.0.ER1
    • Management, Security
    • None

      some xxx-realm operations should be marked runtime-only. Their handlers extends ElytronRuntimeOnlyHandler and they don't seem to change anything in model.

      properties-realm:load
      caching-realm:clear-cache

      [domain@localhost:9990 /] /profile=default/subsystem=elytron/properties-realm=ApplicationRealm:read-operation-description(name=load
      {
          "outcome" => "success",
          "result" => {
              "operation-name" => "load",
              "description" => "Reload the properties files from the file system.",
              "request-properties" => {},
              "reply-properties" => {},
              "read-only" => false,
              "runtime-only" => false
          }
      }
      [domain@localhost:9990 /] /profile=default/subsystem=elytron/caching-realm=test:read-operation-description(name=clear-cache
      {
          "outcome" => "success",
          "result" => {
              "operation-name" => "clear-cache",
              "description" => "Removes all entries from the cache.",
              "request-properties" => {},
              "reply-properties" => {},
              "read-only" => false,
              "runtime-only" => false
          }
      }
      

            bstansbe@redhat.com Brian Stansberry
            msimka@redhat.com Martin Simka
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: