[jboss-jira] [JBoss JIRA] Created: (AS7-1781) Provide management use cases and operations for the security subsystem

Heiko Braun (JIRA) jira-events at lists.jboss.org
Mon Sep 12 09:04:26 EDT 2011


Provide management use cases and operations for the security subsystem
----------------------------------------------------------------------

                 Key: AS7-1781
                 URL: https://issues.jboss.org/browse/AS7-1781
             Project: Application Server 7
          Issue Type: Feature Request
          Components: Security
            Reporter: Heiko Braun
            Assignee: Anil Saldhana
             Fix For: 7.1.0.Beta1


I cannot identify the use cases nor specific management operations on the current security subsystem:

{noformat}
[standalone at localhost:9999 /] /subsystem=security:read-resource(recursive=true)
{
    "outcome" => "success",
    "result" => {
        "audit-manager-class-name" => "default",
        "authentication-manager-class-name" => "default",
        "authorization-manager-class-name" => "default",
        "deep-copy-subject-mode" => false,
        "default-callback-handler-class-name" => "default",
        "identity-trust-manager-class-name" => "default",
        "mapping-manager-class-name" => "default",
        "subject-factory-class-name" => "default",
        "security-domain" => {"other" => {
            "authentication" => [{
                "code" => "UsersRoles",
                "flag" => "required"
            }],
            "cache-type" => "default"
        }}
    }
}
[standalone at localhost:9999 /] /subsystem=security:read-operation-names         
{
    "outcome" => "success",
    "result" => [
        "add",
        "read-attribute",
        "read-children-names",
        "read-children-resources",
        "read-children-types",
        "read-operation-description",
        "read-operation-names",
        "read-resource",
        "read-resource-description",
        "validate-address",
        "write-attribute"
    ]
}

{noformat}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list