public class SecurityManagementService extends Object implements org.jboss.msc.service.Service<org.jboss.security.ISecurityManagement>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
SecurityManagementService(String authenticationManagerClassName,
boolean deepCopySubjectMode,
String callbackHandlerClassName,
String authorizationManagerClassName,
String auditManagerClassName,
String identityTrustManagerClassName,
String mappingManagerClassName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.inject.Injector<org.jboss.as.server.moduleservice.ServiceModuleLoader> |
getServiceModuleLoaderInjectedValue() |
org.jboss.security.ISecurityManagement |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
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 org.jboss.security.ISecurityManagement getValue()
throws IllegalStateException
getValue in interface org.jboss.msc.value.Value<org.jboss.security.ISecurityManagement>IllegalStateExceptionpublic org.jboss.msc.inject.Injector<org.jboss.as.server.moduleservice.ServiceModuleLoader> getServiceModuleLoaderInjectedValue()
Copyright © 2019 JBoss by Red Hat. All rights reserved.