| Class | Description |
|---|---|
| DataServiceTokenService |
TokensService implementation that uses the DataService
|
| RestAuthenticationToken |
Holds the api token, passed by the client via a custom HTTP header
|
| TokenAuthenticationFilter |
Servlet filter that checks the httprequest for a molgenis security token and if valid logs the user in, else returns
a 401
|
| TokenAuthenticationProvider |
AuthenticationProvider that uses the TokenService and expects a RestAuthenticationToken
|
| TokenExtractor |
Get a molgenis authentication token from a HttpServletRequest
|
| TokenGenerator |
Generates a secure token
|
Copyright © 2017. All Rights Reserved.