@Api(allMethods=true)
@UserImplemented
public interface SecurityService
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication(String authenticationToken)
Check whether the authentication token is valid.
|
String |
getId()
Get the id of this security service.
|
String getId()
Authentication getAuthentication(String authenticationToken)
authenticationToken - authentication tokenAuthentication object or null if the token is invalidCopyright © 2015 Geosparc. All Rights Reserved.