public class SimpleSecurityManagerService extends Object implements org.jboss.msc.service.Service<ServerSecurityManager>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
SimpleSecurityManagerService() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<org.jboss.security.ISecurityManagement> |
getSecurityManagementInjector()
Target
Injector |
ServerSecurityManager |
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.service.Service<ServerSecurityManager>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<ServerSecurityManager>
public ServerSecurityManager getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<ServerSecurityManager>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.inject.Injector<org.jboss.security.ISecurityManagement> getSecurityManagementInjector()
Injector
Copyright © 2015 JBoss by Red Hat. All rights reserved.