[jboss-jira] [JBoss JIRA] (WFCORE-3007) some xxx-realm operations should be marked runtime-only
Brian Stansberry (JIRA)
issues at jboss.org
Mon Jun 26 13:59:00 EDT 2017
[ https://issues.jboss.org/browse/WFCORE-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426922#comment-13426922 ]
Brian Stansberry commented on WFCORE-3007:
------------------------------------------
Following is the complete set of ops whose metadata I am correcting as part of this fix:
cache-manager:clear-cache
key-store:load
key-store:store
key-store:read-aliases
key-store:read-alias
key-store:remove-alias
ldap-key-store:read-aliases
ldap-key-store:read-alias
ldap-key-store:remove-alias
filtering-key-store:read-aliases
filtering-key-store:read-alias
filtering-key-store:remove-alias
properties-realm:load
key-manager:init
trust-manager:reload-certificate-revocation-list
> some xxx-realm operations should be marked runtime-only
> -------------------------------------------------------
>
> Key: WFCORE-3007
> URL: https://issues.jboss.org/browse/WFCORE-3007
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, Security
> Reporter: Martin Simka
> Assignee: Brian Stansberry
> Priority: Minor
>
> 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
> {code}
> [domain at 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 at 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
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list