Interface AuthenticatedUser

    • Field Detail

      • SecurityZones

        static final Property<java.util.List> SecurityZones
    • Method Detail

      • getUsername

        java.lang.String getUsername()
        All authenticated users must have a username.
      • getAuthenticationTimestamp

        java.util.Date getAuthenticationTimestamp()
        The date that the user was authenticated.