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
Fallback
SecurityServices implementation that only used in the integrator does not provide one.
This implementation does not propagate security context.- Author:
- Jozef Hartinger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.weld.security.spi.SecurityServices -
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, getSecurityContextAssociator
-
Field Details
-
INSTANCE
public static final org.jboss.weld.security.spi.SecurityServices INSTANCE
-
-
Method Details
-
getPrincipal
- Specified by:
getPrincipalin interfaceorg.jboss.weld.security.spi.SecurityServices
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-