Interface AuthenticatedUser

All Superinterfaces:
Countable, Extendable<PropertySet>, Iterable<PropertyValue>, Mergable<PropertySet>, MutablePropertyValueSource, PropertySet, PropertyValueSource, Serializable, User
All Known Implementing Classes:
BasicAuthenticatedUser

public interface AuthenticatedUser extends User
  • Field Details

  • Method Details

    • getUsername

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

      Date getAuthenticationTimestamp()
      The date that the user was authenticated.
    • getZones

      List<String> getZones()
      Returns:
      an unmodifiable list of security zones assigned to this user. never null.