Interface CurrentUserProvider

All Known Implementing Classes:
AvalonCurrentUserProvider, FrontCurrentUserProvider, WebCurrentUserProvider

public interface CurrentUserProvider
Component which:
  • provides the identity of the current user.
  • can logout the the current user.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Avalon role.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides the current logged user.
    void
    Logout the current user if he can be.
  • Field Details

  • Method Details