Package | Description |
---|---|
javolution.context |
Provides real-time
Context to facilitate
separation of concerns and achieve higher level of performance and
code predictability. |
Modifier and Type | Field and Description |
---|---|
static Configurable<Class<? extends SecurityContext>> |
SecurityContext.DEFAULT
Holds the default security context implementation (configurable).
|
Modifier and Type | Method and Description |
---|---|
static SecurityContext |
SecurityContext.getCurrentSecurityContext()
Returns the current security context.
|
static SecurityContext |
SecurityContext.getDefault()
Returns the default instance (
DEFAULT implementation). |
Copyright © 2005–2016 Javolution. All rights reserved.