Package org.jboss.weld.security
Class NoopSecurityServices
- java.lang.Object
-
- org.jboss.weld.security.NoopSecurityServices
-
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service,org.jboss.weld.security.spi.SecurityServices
public class NoopSecurityServices extends Object implements org.jboss.weld.security.spi.SecurityServices
FallbackSecurityServicesimplementation that only used in the integrator does not provide one. This implementation does not propagate security context.- Author:
- Jozef Hartinger
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.weld.security.spi.SecurityServicesINSTANCE
-
-
-
Method Detail
-
getPrincipal
public Principal getPrincipal()
- Specified by:
getPrincipalin interfaceorg.jboss.weld.security.spi.SecurityServices
-
cleanup
public void cleanup()
- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-
-