Class 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 Detail

      • LogoutService

        public LogoutService​(URI identifier)
      • LogoutService

        public LogoutService​(String identifier)
    • Method Detail

      • getProfile

        public String getProfile()