public class NoopSecurityServices extends Object implements SecurityServices
SecurityServices implementation that only used in the integrator does not provide one.
This implementation does not propagate security context.| Modifier and Type | Field and Description |
|---|---|
static SecurityServices |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
Principal |
getPrincipal()
Obtain the Principal representing the current caller identity
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSecurityContextpublic static final SecurityServices INSTANCE
public Principal getPrincipal()
SecurityServicesgetPrincipal in interface SecurityServicesCopyright © 2015. All Rights Reserved.