Class LogoutService
- java.lang.Object
-
- de.digitalcollections.iiif.model.Service
-
- de.digitalcollections.iiif.model.auth.LogoutService
-
- All Implemented Interfaces:
AuthService
public class LogoutService extends Service implements AuthService
In the case of the Login interaction pattern, the client will need to know if and where the user can go to log out.For example, the user may wish to close their session on a public terminal, or to log in again with a different account.
See http://iiif.io/api/auth/1.0/#logout-service
-
-
Constructor Summary
Constructors Constructor Description LogoutService(String identifier)LogoutService(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()
-
-