public class SimpleSecurityManagerService extends Object implements org.jboss.msc.service.Service<SimpleSecurityManager>
| 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 |
SimpleSecurityManager |
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<SimpleSecurityManager>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<SimpleSecurityManager>public SimpleSecurityManager getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<SimpleSecurityManager>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.inject.Injector<org.jboss.security.ISecurityManagement> getSecurityManagementInjector()
InjectorCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.