Uses of Class
de.digitalcollections.iiif.model.auth.AuthPattern
-
Packages that use AuthPattern Package Description de.digitalcollections.iiif.model.auth Model classes that represent entities from the IIIF Authentication API (http://iiif.io/api/auth/1.0/). -
-
Uses of AuthPattern in de.digitalcollections.iiif.model.auth
Methods in de.digitalcollections.iiif.model.auth that return AuthPattern Modifier and Type Method Description AuthPatternAccessCookieService. getAuthPattern()static AuthPatternAuthPattern. 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.Constructors in de.digitalcollections.iiif.model.auth with parameters of type AuthPattern Constructor 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.
-