public class WeldSecurityServices extends Object implements org.jboss.msc.service.Service<WeldSecurityServices>, org.jboss.weld.security.spi.SecurityServices
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
WeldSecurityServices() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
Principal |
getPrincipal() |
org.jboss.msc.value.InjectedValue<SimpleSecurityManager> |
getSecurityManagerValue() |
WeldSecurityServices |
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
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
public WeldSecurityServices getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<WeldSecurityServices>
IllegalStateException
IllegalArgumentException
public Principal getPrincipal()
getPrincipal
in interface org.jboss.weld.security.spi.SecurityServices
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
public org.jboss.msc.value.InjectedValue<SimpleSecurityManager> getSecurityManagerValue()
Copyright © 2015 JBoss by Red Hat. All rights reserved.