Interface PermissionFacadeStrategy

  • All Superinterfaces:
    PermissionFacade

    public interface PermissionFacadeStrategy
    extends PermissionFacade
    Strategy interface allows you to extend permission engine.
    • Method Detail

      • canHandle

        boolean canHandle​(java.lang.String type)
        Returns true, if this strategy can provide permission information for the given type.