| Package | Description |
|---|---|
| org.jboss.as.controller |
| Modifier and Type | Method and Description |
|---|---|
LocalModelControllerClient |
ModelControllerClientFactory.createClient(Executor executor)
Create an in-VM client whose operations are executed with authorization checks performed
based on the security identity that is associated with the calling thread when the
client is invoked.
|
default LocalModelControllerClient |
ModelControllerClientFactory.createSuperUserClient(Executor executor)
Create an in-VM client whose operations are executed as if they were invoked by a user in the
RBAC
SuperUser role, regardless of any security identity that is or isn't associated
with the calling thread when the client is invoked. |
LocalModelControllerClient |
ModelControllerClientFactory.createSuperUserClient(Executor executor,
boolean forUserCalls)
Create an in-VM client whose operations are executed as if they were invoked by a user in the
RBAC
SuperUser role, regardless of any security identity that is or isn't associated
with the calling thread when the client is invoked. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.