| Class | Description |
|---|---|
| DataServiceTokenService |
TokensService implementation that uses the DataService
|
| RestAuthenticationToken |
Holds the api token, passed by the client via a custom HTTP header
|
| RunAsUserTokenFactory | |
| 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 |
Gets the molgenis authentication token from a HttpServletRequest
|
| TokenGenerator |
Generates a secure token
|
| Annotation Type | Description |
|---|---|
| TokenParam |
Annotation that you can use to bind a String parameter in a handler method to the molgenis token in the request.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.