]
Heiko Braun commented on AS7-1781:
----------------------------------
Can someone update the resource description? it's still empty and practically not
usable for us to move forward. although some examples for the child resources would be
good.
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: Jason Greene
Fix For: 7.1.0.CR1
I cannot identify the use cases nor specific management operations on the current
security subsystem:
{noformat}
[standalone@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@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.
If you think it was sent incorrectly, please contact your JIRA administrators: