public interface RoleContributor
Invoked during permission checking, this interface dynamically alters roles calculated from persisted assignment and inheritance. Implementations must maximize efficiency to avoid potentially dramatic performance degredation.
Author:
Raymond Augé
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    contribute(RoleCollection roleCollection)
     
  • Method Details