Class AccessTokenService
- java.lang.Object
-
- de.digitalcollections.iiif.model.Service
-
- de.digitalcollections.iiif.model.auth.AccessTokenService
-
- All Implemented Interfaces:
AuthService
public class AccessTokenService extends Service implements AuthService
The client uses this service to obtain an access token which it then uses when requesting Description Resources.A request to the access token service must include any cookies for the content domain acquired from the user’s interaction with the corresponding access cookie service, so that the server can issue the access token.
See http://iiif.io/api/auth/1.0/#access-token-service
-
-
Constructor Summary
Constructors Constructor Description AccessTokenService(String identifier)AccessTokenService(URI identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProfile()-
Methods inherited from class de.digitalcollections.iiif.model.Service
addProfile, addProfile, getContext, getIdentifier, getLabel, getLabelString, getProfiles, setContext, setIdentifier, setLabel, setLabel, setProfiles
-
-
-
-
Field Detail
-
PROFILE
public static final String PROFILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProfile
public String getProfile()
-
-