Interface SecurityScopeProvider

All Known Implementing Classes:
FlowableSecurityScopeProvider

public interface SecurityScopeProvider
Interface responsible for providing the security for a given principal.
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Flowable Security scope from the given principal.
  • Method Details

    • getSecurityScope

      SecurityScope getSecurityScope(Principal principal)
      Get the Flowable Security scope from the given principal. It should never be null.
      Parameters:
      principal - the authentication for the security scope
      Returns:
      the non null security scope for the given principal