Uses of Interface
de.digitalcollections.iiif.model.auth.AuthService
-
Packages that use AuthService 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 AuthService in de.digitalcollections.iiif.model.auth
Classes in de.digitalcollections.iiif.model.auth that implement AuthService Modifier and Type Class Description classAccessTokenServiceThe client uses this service to obtain an access token which it then uses when requesting Description Resources.classLogoutServiceIn the case of the Login interaction pattern, the client will need to know if and where the user can go to log out.Methods in de.digitalcollections.iiif.model.auth that return types with arguments of type AuthService Modifier and Type Method Description List<AuthService>AccessCookieService. getServices()Methods in de.digitalcollections.iiif.model.auth with parameters of type AuthService Modifier and Type Method Description voidAccessCookieService. addService(AuthService first, AuthService... rest)Method parameters in de.digitalcollections.iiif.model.auth with type arguments of type AuthService Modifier and Type Method Description voidAccessCookieService. setServices(List<AuthService> services)
-