public class SecurityRealmChildAddHandler extends RestartParentResourceHandlerBase
| Constructor and Description |
|---|
SecurityRealmChildAddHandler(boolean validateAuthentication,
boolean validateAuthorization,
AttributeDefinition... attributeDefinitions) |
SecurityRealmChildAddHandler(boolean validateAuthentication,
boolean validateAuthorization,
Set<RuntimeCapability> capabilities,
AttributeDefinition... attributeDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.msc.service.ServiceName |
getParentServiceName(PathAddress parentAddress) |
protected boolean |
isResourceServiceRestartAllowed(OperationContext context,
org.jboss.msc.service.ServiceController<?> service) |
protected void |
recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel) |
protected void |
removeServices(OperationContext context,
org.jboss.msc.service.ServiceName parentService,
org.jboss.dmr.ModelNode parentModel) |
protected boolean |
requiresRuntime(OperationContext context) |
protected void |
updateModel(OperationContext context,
org.jboss.dmr.ModelNode operation) |
execute, getParentAddresspublic SecurityRealmChildAddHandler(boolean validateAuthentication,
boolean validateAuthorization,
AttributeDefinition... attributeDefinitions)
public SecurityRealmChildAddHandler(boolean validateAuthentication,
boolean validateAuthorization,
Set<RuntimeCapability> capabilities,
AttributeDefinition... attributeDefinitions)
protected boolean isResourceServiceRestartAllowed(OperationContext context, org.jboss.msc.service.ServiceController<?> service)
protected void updateModel(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
updateModel in class RestartParentResourceHandlerBaseOperationFailedExceptionprotected void recordCapabilitiesAndRequirements(OperationContext context, org.jboss.dmr.ModelNode operation, Resource resource) throws OperationFailedException
OperationFailedExceptionprotected boolean requiresRuntime(OperationContext context)
requiresRuntime in class RestartParentResourceHandlerBaseprotected void removeServices(OperationContext context, org.jboss.msc.service.ServiceName parentService, org.jboss.dmr.ModelNode parentModel) throws OperationFailedException
removeServices in class RestartParentResourceHandlerBaseOperationFailedExceptionprotected void recreateParentService(OperationContext context, PathAddress parentAddress, org.jboss.dmr.ModelNode parentModel) throws OperationFailedException
recreateParentService in class RestartParentResourceHandlerBaseOperationFailedExceptionprotected org.jboss.msc.service.ServiceName getParentServiceName(PathAddress parentAddress)
getParentServiceName in class RestartParentResourceHandlerBaseCopyright © 2018 JBoss by Red Hat. All rights reserved.