Interface Authentication


public interface Authentication
The authentication details including the user and any properties provided during authentication.
Since:
5.5
  • Field Details

  • Method Details

    • getProperties

      @Nonnull Map<String,Serializable> getProperties()
      Returns:
      the authentication properties provided by the authenticator that authenticated the user. Can be empty, but never null.
    • getUser

      @Nonnull Optional<ApplicationUser> getUser()
      Returns:
      The authenticated user