Interface Authentication

All Known Implementing Classes:
DefaultAuthentication

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

    Modifier and Type
    Method
    Description
    org.craftercms.profile.api.Profile
    Returns the profile associated to the authentication.
    Returns the ticket that identifies the authentication.
    boolean
    Indicates if it's a remembered authentication.
  • Method Details

    • getTicket

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

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

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