Interface ServiceAccountPermissionService


public interface ServiceAccountPermissionService
Permission manager for service accounts set into the Spring Security Context.
Since:
7.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if the set service account is active.
  • Method Details

    • currentServiceAccountIsActive

      boolean currentServiceAccountIsActive()
      Checks if the set service account is active. If there is no service account set in the security context then false is returned.
      Returns:
      if the service account is active