[jboss-jira] [JBoss JIRA] Commented: (AS7-1781) Provide management use cases and operations for the security subsystem
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Wed Sep 28 02:22:27 EDT 2011
[ https://issues.jboss.org/browse/AS7-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630980#comment-12630980 ]
Heiko Braun commented on AS7-1781:
----------------------------------
Thanks Marcus, that's already a good starting point.
Can you provide some examples for " /subsystem=security/security-domain=other:add()"?
> 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: Marcus Moyses
> 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