@Api(allMethods=true)
public interface SecurityManager
| Modifier and Type | Method and Description |
|---|---|
void |
clearSecurityContext()
Clear the security context for this thread.
|
boolean |
createSecurityContext(String authenticationToken)
Create security context for this thread, given the authentication token.
|
void |
restoreSecurityContext(SavedAuthorization authorizations)
Restores the security context from saved authorizations.
|
boolean createSecurityContext(String authenticationToken)
authenticationToken - authentication token which should set the security contextvoid clearSecurityContext()
void restoreSecurityContext(SavedAuthorization authorizations)
authorizations - saved authorizationsCopyright © 2015 Geosparc. All Rights Reserved.