Interface Authentication

  • All Known Implementing Classes:
    DefaultAuthentication

    public interface Authentication
    Represents a successful authentication.
    Author:
    avasquez
    • Method Detail

      • getTicket

        String getTicket()
        Returns the ticket that identifies the authentication.
      • getProfile

        Profile getProfile()
        Returns the profile associated to the authentication.
      • isRemembered

        boolean isRemembered()
        Indicates if it's a remembered authentication.