| 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 | Method and Description |
|---|---|
AuthPattern |
AccessCookieService.getAuthPattern() |
static AuthPattern |
AuthPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthPattern[] |
AuthPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AccessCookieService(String identifier,
AuthPattern pattern) |
AccessCookieService(URI identifier,
AuthPattern pattern)
Create a new access cookie service from an (optional) identifier and an authentication pattern.
|
Copyright © 2018. All rights reserved.