public class EJBSecurityDomainService extends Object implements org.jboss.msc.service.Service<Void>
SecurityDomain with the deployment's ClassLoader.
Defined ComponentConfigurator instances will then provide the component specific installation.| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
EJBSecurityDomainService(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.inject.Injector<ApplicationSecurityDomainService.ApplicationSecurityDomain> |
getApplicationSecurityDomainInjector() |
org.jboss.msc.inject.Injector<org.wildfly.security.auth.server.SecurityDomain> |
getSecurityDomainInjector() |
Void |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public EJBSecurityDomainService(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic Void getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<Void>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.inject.Injector<ApplicationSecurityDomainService.ApplicationSecurityDomain> getApplicationSecurityDomainInjector()
public org.jboss.msc.inject.Injector<org.wildfly.security.auth.server.SecurityDomain> getSecurityDomainInjector()
Copyright © 2021 JBoss by Red Hat. All rights reserved.