| Package | Description |
|---|---|
| de.digitalcollections.iiif.model.auth |
Model classes that represent entities from the IIIF Authentication API (http://iiif.io/api/auth/1.0/).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenService
The client uses this service to obtain an access token which it then uses when requesting Description Resources.
|
class |
LogoutService
In the case of the Login interaction pattern, the client will need to know if and where the user can go to log out.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthService> |
AccessCookieService.getServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessCookieService.addService(AuthService first,
AuthService... rest) |
void |
AccessCookieService.addService(AuthService first,
AuthService... rest) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessCookieService.setServices(List<AuthService> services) |
Copyright © 2018. All rights reserved.