Interface AclRoleProvider

All Known Implementing Classes:
SessionRoleProvider

public interface AclRoleProvider
Interface for ACL role provider.

You can implement this interface to get the current user role in your application. By default Access Control Lists use SessionRoleProvider to get the user role from the defined HttpSession attribute.

  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getRole

      String getRole()
      Returns:
      the role name of the current user