Uses of Interface
org.jboss.as.controller.LocalModelControllerClient
Packages that use LocalModelControllerClient
-
Uses of LocalModelControllerClient in org.jboss.as.controller
Methods in org.jboss.as.controller that return LocalModelControllerClientModifier and TypeMethodDescriptionModelControllerClientFactory.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 LocalModelControllerClientModelControllerClientFactory.createSuperUserClient(Executor executor) Create an in-VM client whose operations are executed as if they were invoked by a user in the RBACSuperUserrole, regardless of any security identity that is or isn't associated with the calling thread when the client is invoked.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 RBACSuperUserrole, regardless of any security identity that is or isn't associated with the calling thread when the client is invoked.