public interface SecurityContext extends AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static SecurityContext |
NOOP_SECURITY_CONTEXT |
| Modifier and Type | Method and Description |
|---|---|
void |
associate()
Associate this security context with the current thread.
|
void |
close()
Signals to the integrator that this instance will no longer be used by Weld.
|
void |
dissociate()
Clear the security context associated with the current thread.
|
static final SecurityContext NOOP_SECURITY_CONTEXT
void associate()
void dissociate()
void close()
close in interface AutoCloseableCopyright © 2008–2017. All rights reserved.