Interface Authentication

All Known Implementing Classes:
SimpleAuthentication

public interface Authentication
The user's authentication.
  • Method Details

    • getIssuedTo

      Principal getIssuedTo()
      Returns:
      A principal for the user this was issued to.
    • getIssueTime

      Date getIssueTime()
      Returns:
      The time this authentication was issued.
    • getExpirationTime

      Date getExpirationTime()
      Returns:
      The time this authentication will expire.