Class WeldSecurityServices
java.lang.Object
org.jboss.as.weld.services.bootstrap.WeldSecurityServices
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.weld.bootstrap.api.Service,org.jboss.weld.security.spi.SecurityServices
public class WeldSecurityServices
extends Object
implements org.jboss.msc.Service, org.jboss.weld.security.spi.SecurityServices
- Author:
- Richard Opalka
-
Field Summary
FieldsFields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionWeldSecurityServices(Consumer<org.jboss.weld.security.spi.SecurityServices> securityServicesConsumer) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.weld.security.spi.SecurityServices
getSecurityContext
-
Field Details
-
SERVICE_NAME
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
-
-
Constructor Details
-
WeldSecurityServices
public WeldSecurityServices(Consumer<org.jboss.weld.security.spi.SecurityServices> securityServicesConsumer)
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getPrincipal
- Specified by:
getPrincipalin interfaceorg.jboss.weld.security.spi.SecurityServices
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-
getSecurityContextAssociator
- Specified by:
getSecurityContextAssociatorin interfaceorg.jboss.weld.security.spi.SecurityServices
-