Interface SecurityAccessEntry

  • All Superinterfaces:
    SecurityEntry

    public interface SecurityAccessEntry
    extends SecurityEntry
    A security access entry is the association of a user, an entity and a security access that represent an authorization settler decision.
    Since:
    4.0M2
    Version:
    $Id: fa25f66a773f2c8f9156d5d1cc47bb7ac35d434c $
    See Also:
    AbstractSecurityAccessEntry
    • Method Detail

      • getUserReference

        UserSecurityReference getUserReference()
        Returns:
        the user reference of this security access rule.
      • getAccess

        SecurityAccess getAccess()
        Returns:
        the access defined by this security access rule.